the International Components for Unicode, cross platform open source C/C++ and Java libraries for Unicode and globalization support
1
vote
1answer
229 views
undefined reference to `u_fopen_48'
I'm new to c/c++ and I guess I have some basic problem. I get undefined reference to u_fopen_48' error when compiling:
#include <unicode/ustdio.h>
int main(int argc, char** argv) {
...
2
votes
2answers
139 views
Named arguments for INTL MessageFormatter with PHP
I would like to use named arguments in a string passed to MessageFormater, like that
$fmt = new MessageFormatter("en_US", "My name id {my_name}");
$fmt->format(array('my_name' => 'John'));
...
3
votes
1answer
571 views
C++: Will you choose boost::date_time or icu::date/time library?
My application requires custom time and date setting capabilities. I checked both ICU and boost::date_time libraries. Both appears to meet my requirements from a completeness point of view. I would ...
3
votes
4answers
3k views
Compiling ICU for Android - 'uint64_t' does not name a type
While attempting to cross-compile ICU using android-ndk-r7 in Linux, the following error occurs after configuration when I run 'make'
...
3
votes
0answers
405 views
How to use ICU BreakIterator with a Unicode text file in C++
I am having trouble using the ICU BreakIterator on a whole UTF-8 Khmer (Cambodian) text file in order to break words for line-breaks (Khmer has no spaces between words like Thai).
I used a sample ...
3
votes
0answers
5k views
Compiling ICU using arm-linux-androideabi-4.4.3
I would like to cross-compile ICU static libs for Android using Cygwin. So far, I have been able to configure and make the Cygwin/MSVC and Cygwin versions. I have installed the android-ndk-r7 and can ...
0
votes
1answer
768 views
Unable to find 'unicode/utypes.h' in icu compile
An earlier attempt to compile ICU for Windows using MSVC and Cygwin worked fine. This time, however, after a successful
.../icu/source/runConfigureICU Cygwin/MSVC
make ends with the following ...
1
vote
1answer
176 views
Error when linking a program which uses ICU
I have the following piece of code which uses ICU macros in order to determine UTF-8 string length:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include ...
-2
votes
2answers
111 views
After I build ICU using VS2010, how do I merge the .dat file into the .dll?
Merging would be ideal. A standalone .dat file would be ok, but will it automatically get picked up?
If it gets picked up, what should I set ICU_DATA_DIR to?
1
vote
1answer
482 views
Using only UTF8 encoding in SQLite, what can I trim out of the ICU dataset?
ICU provides a way of cutting down the size of the .dat file. I'm almost certain I don't need most of the encodings that are default. If I want to build a CJK .dat file specifically for sqlite, which ...
2
votes
1answer
338 views
Incorporating ICU as static libs into sqlite.dll
I would like to incorporate ICU as static libs into sqlite.dll. Are there any tips on how to do this? I would like to end up with a single sqlite.dll with SQLITE_ENABLE_ICU but no further ...
0
votes
0answers
168 views
ICU BreakIterator with Japanese
I noticed BreakIterator with locales "en_Us" and "ja_JP" behaves differently even though the documentation says both break rules are now same. Am I wrong here?
"りんご is a fruit" is the test case ...
0
votes
1answer
48 views
How to support multiple locale buffer with UBreakIterator
How can I use UBreakIterator with a buffer having different locale?
eg: 金魚 わたしワタシ മലബാറിൽ കെട്ടിയാടപ്പെടുന്ന महाभारत हिन्दुओं का स्मृति
वर्ग में, is having multiple locale strings. How can I use
...
1
vote
1answer
493 views
Android NDK - Error when building sqlite with ICU support
I'm trying to build sqlite with ICU support on android NDK, in my Android.mk i have the following:
SQLITE3_INCLUDE_DIRS := -I/home_folder/dev/platform_external_icu4c/common ...
1
vote
3answers
2k views
How to configure a library so it runs in the Xcode iOS Simulator?
I've got an iPhone app that runs on the device. Now I need to run it in the Simulator.
It uses an open source project (http://site.icu-project.org/), which I build from the command line to create ...
2
votes
0answers
449 views
how to get eclipse CDT debugger to show contents of unicode strings?
I have a c++ project that uses ICU unicode strings heavily. recently I started using the eclipse CDT IDE, but I cannot watch the contents of the strings while debugging. the only options are printing ...
0
votes
1answer
232 views
Using ICU to implement my own codecvt facet
I want to implement a codecvt facet using ICU to convert from any character encoding (that ICU supports) to UTF-8 internally. I'm aware that codecvt_byname exists and that it can be used to do part ...
2
votes
1answer
437 views
ICU layout engine
I am trying to use ICU for layout of complex scripts. It has an example in the layout engine user guide (http://userguide.icu-project.org/layoutengine). It seems like it is quite simple, but when I ...
0
votes
2answers
459 views
numfmt_format() expects parameter 1 to be NumberFormatter, null given
I recently upgraded my WAMP server and I can't seem to get the Intl extension to work. I've made sure that
the extension path in both ini files are correct
the extension is loaded in both inis
I ...
0
votes
1answer
191 views
Transcoding characters on-the-fly using iostreams and ICU
I'd like to transcode character encoding on-the-fly. I'd like to use iostreams and my own transcoding streambuf, e.g.:
xcoder_streambuf xbuf( "UTF-8", "ISO-8859-1", cout.rdbuf() );
cout.rdbuf( ...
11
votes
1answer
675 views
Where can I find a specific set of collation rules for equality comparison of strings?
We all know that using String's equals() method for equality comparison will fail miserably. Instead, one should use Collator, like this:
// we need to detect User Interface locale somehow
Locale ...
1
vote
1answer
461 views
How to get the default currency from the PHP Intl ( ICU library )
I use PHP, and like to know how I can get the default currency for a locale via the Internationalization extension (Wrapper for the ICU library)?
Below is a script that explains, what and why.
I ...
0
votes
1answer
85 views
How to use IBM ICU collator to handle special characters?
We are using IBM ICU Collator to sort some of our internal string list. Those string lists have special characters, such as 0x1, 0x2, 0x3 to separate some internal structures, the string list could ...
1
vote
1answer
38 views
I need to convert NSDate objects to UDate objects (ICU)
I need to convert NSDate objects to (ICU) UDate objects. I have read that they are similar, but I was hoping that someone might have already investigated doing this and can help me shortcut the ...
1
vote
1answer
391 views
charset conversion with icu or iconv
In my CGI library, I'm using a converter in order to convert from a IANA-registered charset to native wide unicode (UTF-16/32, depending on platform). With ICU, are all the sets and aliases listed in ...
0
votes
4answers
620 views
UnicodeString w/ String Literals vs Hex Values
Is there any conceivable reason why I would see different results using unicode string literals versus the actual hex value for the UChar.
UnicodeString s1(0x0040); // @ sign
UnicodeString ...
5
votes
4answers
3k views
How to build ICU so I can use it in an iPhone app?
How do I configure and build ICU so I can link it to my iPhone app?
I'm maintaining an iPhone app that uses a SQLite database. Now I have to compile with ICU support enabled (SQLITE_ENABLE_ICU). I've ...
2
votes
1answer
235 views
In ICU, is it possible to use custom plural rules instead of CLDR rules
So I want to use a different plural rule than what is in the CLDR. I'm using ICU through PHP intl extension, and say I have something like this:
$msg = new MessageFormatter('ar',
...
4
votes
1answer
578 views
Is ICU a private framework on iOS?
Is ICU considered to be a private framework in Apple terms? It's not very clear to me whether the header files in $SDK/usr/include/ are private or not. I'd like to use functions like u_strcasecmp ...
6
votes
1answer
508 views
Are ICU resource bundles meant for message translation resources
I understand the localization part of ICU - date, time and currency formats, collation, etc. When it comes to message translation, I see people stating that ICU does not provide functionality for ...
2
votes
1answer
882 views
How do I patch libxml2 so it will compile with ICU support when using a prefix?
I'm trying to fix a bug in libxml2. I cannot get it to compile with --with-icu when using --prefix=/Server/software. I have submitted a bug report here, but I need to get it to compile for resolving a ...
0
votes
1answer
716 views
How do I upgrade intl extension to ICU 4+ on OS X 10.7 Lion with PHP 5.3.8-ZS5.5.0
I am running OS X 10.7 Lion with Zend Server CE 5.5 (and therefore PHP 5.3.8). When I try to setup a new Symfony2 project the configuration checker warns me to upgrade the intl extension to ICU 4+.
I ...
16
votes
10answers
3k views
Implementing internationalization (language strings) in a PHP application
I want to build a CMS that can handle fetching locale strings to support internationalization. I plan on storing the strings in a database, and then placing a key/value cache like memcache in between ...
0
votes
1answer
127 views
Unicode ICU4C issue about conversion between UTF16 and WCS (OS-X only)
I use ICU4C in a C++ software builded under Windows, Linux and Mac-OSX.
I have an issue ONLY under Mac-OSX, and only related to conversion between UTF16 and WCS (calling u_strToWCS ).
Simply the ...
1
vote
1answer
104 views
How to get initial English word for utf8 string of multiple languages?
How to get initial English word for utf8 string of multiple languages for comparison purposes?
For instance, Chinese word, initial English word of "你" (means, you) is "n"; initial of "好"(means, good) ...
1
vote
1answer
636 views
Why doesn't libicudata.so get smaller when I remove items from the data library?
I'm trying to build a custom ICU with a minimal data set. I've tried to follow the instructions at Reducing the Size of ICU's Data: Conversion Tables, but many of the files referenced don't exist in ...
0
votes
1answer
2k views
php_intl.dll 4+ in xamp 1.7.4 + php 5.3.5 V6 for symfony 2
I'm trying to setup symfony under my local development machine using xampp 1.7.4 (with PHP 5.3.5 V6) but I'm getting this warning:
Upgrade your intl extension with a newer ICU version (4+).
I've ...
4
votes
1answer
197 views
Producing lists in Intl/ICU with PHP
I'm using PHP 5.3's Intl extension for formatting strings on my website. However, I have happened upon a string that requires a list of items. The list given to the website can be any number of items, ...
1
vote
1answer
514 views
ICU upgrade for intl extension on zend server ce macosx
Where do I install the new version of icu for intl ext on zend server ce macosx?
I tried as described on readme file but it installed it in /usr/local/lib and zend server is in /usr/local/zend
Zend ...
0
votes
1answer
319 views
ICU Resource bundle best practices
I was wondering about what the best practice is for writing, and mostly maintaining, an ICU resourcebundle. More specifically the best way to handle recurring strings.
For instance, say you have ...
1
vote
2answers
163 views
lucene collation
we are using lucene on .net, and we need a way to implement a search which is "collation agnostic" I do not know if this is the right term but what we need is if I have a user called
[Žuf] I want to ...
3
votes
1answer
255 views
Using text-icu library in Haskell on Mac OS
I am trying to use the text-icu library as a dependency in a cabal package on Mac OS. I have icu installed but when I try to build my package cabal gives me this error:
Missing C libraries: icui18n, ...
1
vote
2answers
589 views
ICU C++ Converting Encodings
As I understand it, different locales have different encodings. With ICU I'd like to convert from a UnicodeString to the current locale's encoding, and back. Specifically I'm using Boost's Filesystem ...
1
vote
1answer
306 views
ICU UnicodeString to Locale Encoding
As I understand it, Boost.Filesystem uses the native locale encoding, and I use ICU's UnicodeString instead of std::string as it works for Unicode. However, I want to convert my UnicodeString to some ...
2
votes
3answers
960 views
Unicode and Android NDK
Is there any way to use UTF-8/16 strings in the NDK without including a multi-megabyte library such as ICU? Is ICU built in to Android?
1
vote
1answer
91 views
ICU CurrencyFormatter pattern for 0 digits
I am trying to get the localized currency symbol using the NumberFormatter in PHP's intl extension.
Since the NumberFormatter uses ICU, I am looking at this page.
I have written the following code:
...
1
vote
1answer
479 views
How to get started with ICU in C
I need to handle unicode strings in C. I have heard that ICU is the appropriate set of libraries to use but I am not having any luck getting started.
So my question: Can anyone provide a link to a ...
2
votes
2answers
384 views
ICU Byte Order Mark (BOM)
I am using ICU's ustdio functions to write a UnicodeString object to a file in a range of encodings, however it doesn't appear to prepend the BOM.
My Code:
void write_file(const char* filename, ...
2
votes
2answers
2k views
Formatting number to currency with ICU for use in Google Column Chart
I'm using Google Charts in order to make a nice columns chart, its actually a pretty easy task but I got stuck at the following point: I gotta format the values showed at the vertical axis this way ...
1
vote
1answer
156 views
Where is spellout rule(RuleBasedNumberFormat) of ICU library?
I use ICU to spell out number to string like :
"one hundred and thirty-four" // 134 using en_US spellout
the out of box spellout rule for my locale(vi_VN) is seem wrong
15 become "mười năm" instead of ...