1
vote
2answers
38 views
Explain the Need for Mutexes in Locales, Please
Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down mul …
0
votes
2answers
35 views
Google suggest API does not work with Chinese locale
Hi, everyone!
I have a problem with Google suggest API when using Chinese locale. I am picking Chinese hieroglyphs at random and use the REST API to retrieve suggestions. Unfortun …
0
votes
2answers
32 views
PHP Accessing the user’s country (locale)
Is there a superglobal reference to the user's country or is using the IP against a database of IP to Country lookups the best way to go?
2
votes
4answers
53 views
Auto-detecting language files based off browser and URL combos with PHP
I have a site with many people from around the world. The entire thing is UTF-8 so people are free to submit content and speak in any language they wish - from Greek to English.
N …
0
votes
2answers
36 views
Locale change in Windows Vista isn’t being reflected in .NET application.
I have changed my locale to English/Great Britain (en-GB) as described here. When running my C# .NET application, I was expecting that Thread.CurrentThread.CurrentUICulture and Th …
0
votes
1answer
11 views
Adobe AIR: detect en_GB locale
Is there a way to detect if the user is running the AIR application under en_GB locale on Windows? Capabilities.language returns only "en" and Capabilities.languages[0] returns "en …
1
vote
2answers
40 views
IOStreams and Multiple Encoding Types
Hello :)
I have an application that needs to be able to output in several different types of encoding, namely the CP_ACP code page, the CP_OEM code page, UTF-8, and UCS-2 on Windo …
1
vote
3answers
97 views
SimpleDateFormat and locale based format string
Hi,
I'm trying to format a date in Java in different ways based on the given locale. For instance I want English users to see "Nov 1, 2009" (formatted by "MMM d, yyyy") and Norweg …
5
votes
4answers
118 views
Parsing a date with short month without dot
Hello,
I have a String that represents a date in French locale : 09-oct-08 :
I need to parse that String so I came up with this SimpleDateFormat :
String format2 = "dd-MMM-y …
0
votes
3answers
63 views
localhost is slow sometimes
Hi there
I'm using firefox as my default browser for my basic webdev learning process and I wish to know why when I'm doing some file transfer as ftp or p2p, accessing localhost t …
0
votes
2answers
77 views
locale.getlocale() problems on OSX
I need to get the system locale to do a number of things, ultimately I want to translate my app using gettext. I am going to distribute it on both Linux and OSX, but I ran into pro …
0
votes
2answers
35 views
How do I know if my PostgreSQL server is using the “C” locale?
I'm trying to optimize my PostgreSQL 8.3 DB tables to the best of my ability, and I'm unsure if I need to use varchar_pattern_ops for certain columns where I'm performing a LIKE ag …
0
votes
2answers
67 views
python locale currency and negative numbers
Why?
C:\path\>manage.py shell
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more i …
6
votes
2answers
133 views
Are there any updates of localization support in C++0x?
The more I work with C++ locale facets, more I understand --- they are broken.
std::time_get -- is not symmetric with std::time_put (as it in C strftime/strptime) and does not al …
0
votes
1answer
54 views
Choose specific localization on an iPhone app
How can I let the user choose a specific localization in my app? I have a book and I'd like the users to be able to read all the different translations of it.
