Top "Iso" questions

The International Organization for Standardization is a union of national standardization organizations out of more than 150 countries elaborating standards in nearly all sectors excepted electrics and telecommunications.

Android camera preview is dark

I am trying to create a custom camera app. I followed the Android Developer example from here with minor tweaks. …

android camera preview iso
Compatibility of C89/C90, C99 and C11

I just read: C Wikipedia entry. As far as I know there are 3 different versions of C that are widely …

c c99 iso c11 c89
Which ISO format should I use to store a user's language code?

Should I use ISO 639-1 (2-letter abbreviation) or ISO 639-2 (3 letter abbrv) to store a user's language code? Both are …

internationalization iso
Locale.UK and country code

According to the ISO 2 character codes uk = United Kingdom. But Locale.UK.getCountry() is returning GB. Am I missing something?

java internationalization iso
How to get InputStreamReader in ISO-8859-15?

How can I make this inputstream read a ISO-8859-15 encoded file? BufferedReader r = new BufferedReader(new InputStreamReader(getResources().openRawResource(…

java character-encoding bufferedreader iso inputstreamreader
NFC standards (NFC Forum, ISO/IEC, ECMA

I am often being asked about standards, the NFC is based on. I summarized my knowledge in the text below. …

nfc iso rfid ecma
Why is there a networking library proposal for C++14/17?

Even though TCP/UDP/IP are commonly used protocols, I do not understand why they want it to be part …

c++ standards iso
Spanish characters in Android Studio

I've got a problem with Android Estudio, i'm trying to develope an application but the characters like "¿" or "ñ" and "á,é,ó,í,ú" don't …

encoding android-studio iso utf
Fail to register ISO or template on cloudstack

A problem occurs when I register an ISO or template on Apache CloudStack. When I finished and submitted the register …

templates user-interface iso ready apache-cloudstack
How to print the current time and date in ISO date format in java?

I am supposed to send the current date and time in ISO format as given below: '2018-02-09T13:30:00.000…

java date java-8 iso