the International Components for Unicode, cross platform open source C/C++ and Java libraries for Unicode and globalization support
0
votes
0answers
14 views
In ICU, how do I create my own dictionary-based break iterator?
If I have a custom list of words and frequencies, can I create a break iterator after ICU has been compiled (i.e., a run-time break iterator).
1
vote
0answers
55 views
How do I use STL algorithms with ICU's iterators in C++?
I wonder how to use ICU library iterators with STL. For instance, what if we decided to output all permutations of a string?
With std::string it looks like the following:
#include <iostream>
...
0
votes
0answers
7 views
Can ICU render vertical text?
I've learned that Chinese, Japanese and Korean can be written either horizontally or vertically. Looking through the ICU LayoutEngine API, I don't see anything for specifying an option of whether to ...
0
votes
1answer
21 views
Get an ISO 15924 script code for a given IETF Language tag (or ISO 639-ISO 3166-1 pair)
I'm integrating ICU into some in-house software. I'd like to be able to take a string such as "en_US" and get the script name "Latin" for it. (Though ultimately I actually want an ICU ScriptCode.)
I ...
0
votes
0answers
15 views
elasticSearch ICU plugin example
I want to use elasticsearch in my project and search in persian texts, I read www.elasticsearch.org/guide/ but I didn't got it, I guess I should use ICU plugin but I didn't get how to use it too! :(
...
8
votes
1answer
137 views
How can I change NumberFormatter::parseCurrency() behavior of accepting white space and non breaking space?
I'm trying to parse localized currency strings to currency and float value.
Everything works well for a while, now we experiencing some problems. It seems that NumberFormatter::parseCurrency uses an ...
0
votes
0answers
5 views
ICU detect encoding type error for German
I got an issue when I used ICU libs to detect encoding types, specially for German language.
I used functions as following:
ucsdet : ucsdet_detect and ucsdet_getName
If the input is German ...
0
votes
0answers
29 views
SMS PDU encoding with boost locale
I'm wondering if boost locale would be appropriate for SMS PDU encoding/decoding with at least the following schemes:
GSM-7
ISO-8859-1
UCS-2
If so, where could I find an example of such ...
0
votes
0answers
41 views
ICU-Project with MinGW and Netbeans - undefined reference
I configured MinGW and the ICU-Project source like shown there.
I tried to compile this code(works under Ubuntu)
#include <cstdlib>
#include <stdio.h>
#include <iostream>
#include ...
0
votes
1answer
17 views
ICU Big Endian Strings
I want to convert a UnicodeString using ICU to a UTF-16 string, encoded in big-endian, for sending through a socket.
The big-endian thing is messing me up. I can't seem to find any resources relating ...
1
vote
2answers
37 views
List of language names translated into corresponding language
For my software project, I'm looking for a list of language display names per locale as they are written in the corresponding language, like "Português" in pt_BR or "日本語" in jp_JP.
0
votes
1answer
27 views
ICU characters don't match when using UNICODE_STRING_SIMPLE
I need to understand the behavior of UNICODE_STRING_SIMPLE macro when using '\uhhhh'
I have the following code:
cout<<"Char print out for À"<<endl;
SCAUString us = UNICODE_STRING_SIMPLE ...
0
votes
1answer
13 views
Building icu4c fails due to missing findBasename
I try to cross-compiler icu4c 51.1 with Emscripten (clang) via
emconfigure source/configure --host=i386-pc-linux-gnu --prefix=${myprefix} --enable-static --disable-shared --disable-dyload ...
0
votes
1answer
39 views
Localizing apps for non-standard locales
I am writing an app which should support a language which is not in the list of available (40?) languages on the device, but the region format is. I want to localize the name of days as well as ...
1
vote
1answer
56 views
Boost.Regex with icu/unicode support
How to build Boost.Regex with icu/ unicode support? My compiler is GCC, and IDE is Eclipse C++. How to configure binary files with Eclipse?
I tried to do this "bjam --sHAVE_ICU=1 toolset=gcc". But it ...
0
votes
1answer
51 views
build/install succeed, but at runtime: dyld image not found - why?
I had this problem with ICU in my app, trying to run in Qt Creator on my Mountain Lion MacBook Pro.
Now I discovered I have a similar problem at run time with a dmg that I build on this same MacBook ...
0
votes
0answers
220 views
ICU support in a 32-bit build of Qt5 with the VS2012 compiler causes Qt5 build failure; Webkit is also therefore unbuildable
I have run into another in a long stream of obstacles attempting to build Qt5 with the VS2012 compiler.
When ICU is enabled ("-icu" on the configure command line, along with a proper 32-bit build of ...
1
vote
2answers
42 views
toUTF8String and local reference
http://www.icu-project.org/apiref/icu4c/classicu_1_1UnicodeString.html#a05777d826515a20a0b2bb8f4108f9348
StringClass & toUTF8String (StringClass &result) const
Convert the UnicodeString to ...
1
vote
0answers
60 views
cross compile libxml2 for android has build errors
I am trying to cross compile libxml2 for android , since libxml need icu4c headers , Downloaded from the link https://github.com/android/platform_external_icu4c and included the unicode headers and ...
0
votes
0answers
19 views
building node-icu-charset-detector with cygwin isntead of MSbuild
trying to build https://github.com/mooz/node-icu-charset-detector under win2k3. It uses libicu which is available for windows, but the node-gyp build file makes calls to *nix specific scripts.
From ...
0
votes
1answer
27 views
symbol lookup error: undefined symbol: UCNV_FROM_U_CALLBACK_ESCAPE_44
I am getting this error when I try to run my project with the lib webkit shared library
The whole error is
symbol lookup error: ./lib/libwebkit-1.0.so.2: undefined symbol:
...
1
vote
0answers
226 views
Netbeans: error while loading shared libraries: libicuuc.so.50: cannot open shared object file: No such file or directory
I'm trying to use the ICU-Timezone API with Netbeans c++(7.3) under Ubuntu with.
I have added the Librarys and include directory for ICU.
Then I want to execute this simple example code:
#include ...
0
votes
1answer
402 views
Qt was built without ICU support, WebKit was disabled. VS2012
I want to compile QT 5.0.1 in Windows 7 x64, but when I configure qt, that I get:
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake confclean and configure.
...
1
vote
1answer
31 views
difference between icu4c opentype harfbuzz
These three open source library are used in android very frequently. I just know that these library are used to handle fonts.
I was thinking what is the difference between in these library and Are ...
1
vote
1answer
36 views
How to i18n format byte count and time duration
I want to format a message like "Data transfer of 1.0 KiB took 1:32 hours". But I need both byte count and time duration formatted and localized. I found several ideas how to format the byte count, ...
-1
votes
1answer
79 views
C++ ICU Library undefined reference to 'ucnv_convert_50' [closed]
I am trying to use convert functionality of the ICU library to convert Unicode to ASCII, but I am getting the subject error on compilation.
My code is as follows:
#define SQL_TEXT Latin_Text
...
1
vote
2answers
73 views
Unicode Character COMBINING LATIN SMALL LETTER C
What is the likelihood that I'll run into COMBINING LATIN SMALL LETTER C (U+0368) in "real life" (besides clever Scottish folk)?
I'm asking since it's in both the Unicode Block Combining Diacritical ...
2
votes
3answers
367 views
PHP 5.3 seems to be missing Intl extension by default
My system is Ubuntu 12.04, PHP 5.3, and I'm trying to run some basic Intl code like this:
<?php
$coll = collator_create('en_US');
$result = collator_compare($coll, "string#1", "string#2");
and ...
1
vote
1answer
47 views
Using ICU classes and methods from C#
I'd like to use ICU classes and methods from within a C# application - specifically the break interators and associated types. My guess is that I use DllImport to reference the ICU4C dll's but I'm not ...
0
votes
0answers
49 views
C++: various encodings getters like in Python
My question is about encodings under C++. When I've worked with Python, I've sometimes had to use such encodings for various needs:
sys.stdin.encoding
sys.stdout.encoding
sys.stderr.encoding
...
0
votes
0answers
59 views
How to integrating ICU4C 50.1.2 in MinGW, so I can build boost 1.53
I would like to have the newest boost Library (currently 1.53) with ICU enabled.
I succeeded so far to build different versions of ICU (dynamic and static versions of the library).
So how do I have ...
0
votes
0answers
35 views
Missing include directory in ICU 50.1.2
I've successfully build the dynamic and static libraries in release and debug mode using the mingw distribution.
The readme says, that after the building process, there are the following directories, ...
0
votes
1answer
77 views
linking error: undefined reference to icu_50::UnicodeString::UnicodeString()
I am trying to compile my project where I've declared as class members some:
icu::UnicodeString label;
icu::UnicodeString tags;
icu::UnicodeString domain;
icu::UnicodeString data;
After having ...
1
vote
2answers
100 views
Error exporting symbol when cross-compiling ICU for Windows.
I am attempting to use Mingw-w64's 32-bit compiler (the i686-w64-mingw32 toolchain) to cross-compile the ICU library for Windows. The host is Ubuntu 12.10 64-bit.
The steps I have taken look ...
0
votes
1answer
60 views
Why does ICU4J return the byte-order-mark when reading an array of bytes into a String?
I read a file into an array of bytes. Then I use ICU4J to detect the file's encoding (I don't know what the encoding might be, these files can have multiple different encodings) and return a Unicode ...
0
votes
1answer
69 views
How transliterate unicode text with PyICU to ASCII?
There is thePyICU library, which I understand can be used to transliterate strings. However there are no docs. Anyone have a simple example which transliterates a unicode string to ASCII, with PyICU?
...
0
votes
0answers
55 views
sqlite 3.7.7 no .load function
I did't find .load function for load extensions in sqlite version 3.7.7. But documentation says they begin support this functions since 3.6.6
I need to load ICU extension to sqlite. How can I do ...
1
vote
1answer
194 views
ICU problems compiling with Boost 1.50 locale in Linux
So, I am having trouble compiling my project that is using boost 1.50.0 libraries, more specifically the boost 'locale' library. I am receiving this error when I compile:
...
0
votes
0answers
21 views
Google analytics format ICU time
I am trying to format the vAxis to show hours : minutes : seconds in the 01:01:01 format. I know google analytics goes via ICU formatting, but I'm having difficulty getting the formatting to work.
...
0
votes
3answers
176 views
Changing the pattern for CHF currency in Java using icu package?
I wrote a java function that shows the locale pattern for each currency. See the function below. What I am interested to know is that why when the currency is CHF, the 2nd decimal is hardcoded to 5?
...
0
votes
0answers
123 views
Changing the pattern for CHF currency in Java? (using ICU)
I wrote a java function that shows the locale pattern for each currency. See the function below. What I am interested to know is that why when the currency is CHF, the 2nd decimal is hardcoded to 5?
...
0
votes
1answer
157 views
Is UnicodeDammit reliable [closed]
I use UnicodeDammit to convert chinese webpage, which is encoded by GBK.
But sometimes it will produce messy code output. Did anybody use it in large project?
I want to replace it with ICU.
Any ...
5
votes
3answers
193 views
Stream of Unicode Code Points from Bytes in C?
I'm writing an HTML parser in C, and am looking to correctly follow the W3C guidelines on parser implementation. One of the key points is that the parser operates on a stream of Unicode Code Points ...
4
votes
1answer
192 views
Drawing complex text in android ics in native c
NB: My whole senario is for only android version ICS.
My Goal is to render text having complex script/indic script. In ICS, this feature has been added in WebView (and so Browser). If any indic text ...
1
vote
1answer
338 views
PHP - NumberFormatter class not working under 5.4.9, hint? [closed]
I'm trying to use the NumberFormatter class (among others) to correctly format currencies and some other forms of data, but my code fails miserably
$formatter = new \NumberFormatter("es-ES", ...
4
votes
3answers
223 views
How to determine if a Unicode character is valid
I would like an algorithm or library that can indicate whether a Unicode point is valid. For example U+F8F8 appears not to be a valid Unicode character but is described as "PRIVATE_USE_AREA". I have ...
2
votes
1answer
110 views
Is it a good idea to use Gettext and ICU MessageFormat combined?
When I read about Gettext and ICU MessageFormat, both are always described as being opposed approaches to localization.
But I thought, that a combination of both would be an interesting idea: Use ...
1
vote
0answers
133 views
How to link external libraries in Android
I'm pretty new to Android (to be precise 1 day), so please bear with the explanation,:)
The requirement is to port the existing code (C & C++) which is working on iOS to Android.
Almost ...
0
votes
1answer
55 views
How to point configure down the right path to icu
I'm a newcomer to macs and terminal in particular, so this may be a stupid question. I'm trying to run ./configure in mysrc/myfreeling so that I can install freeling but I get this error: checking ...
2
votes
1answer
100 views
How does ustream work?
I want to enable my program to output Greek letters. I've got ICU installed and linked up, but I can't figure out how to print my Unicode string to standard output. Here's some simple code:
#include ...

