Questions tagged [icu]

The International Components for Unicode is a set of cross-platform open source C/C++ and Java libraries for Unicode and globalization support. It is developed by the Unicode Consortium. Use this tag when you have a question about using the ICU. Be sure to include the appropriate language tag and the version of ICU that you are using.

The International Components for Unicode supports C/C++ (ICU4C) and Java (ICU4J), and is available under an open source license. See the ICU-TC home page for documentation and licensing details.

It uses .

771 questions
-1
votes
3 answers

ICUDateTime: Getting Yesterday's Date?

I'm trying to get the date of yesterday but I can't figure it out. Right now I'm using %ICUDateTime%yyyy-MM-dd% which comes out as 2014-01-05. How do I Display 2014-01-04 instead? NOTE: I don't think this is tagged incorrectly, I saw that ICU also…
Joe Bobby
  • 2,803
  • 10
  • 40
  • 59
-1
votes
2 answers

Convertion of special characters to unicode c++

Currently, I have this character ° (a degree symbol), that I need to convert it to /00B0. I noticed that there is a library called ICU for C/C++, but will I need to use such library? My input is encoded as ISO/IEC 8859-1. Does the general C++…
jsetting32
  • 1,632
  • 2
  • 20
  • 45
-2
votes
2 answers

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?
tofutim
  • 22,664
  • 20
  • 87
  • 148
-2
votes
1 answer

How to sort the strings as what I want?

I'm following this demo Here is strings.. a Aaa áa Aa A á I want to order a A Aa Aaa á áa But the ICU demo works for a A á Aa áa Aaa How do I apply it to correct sort as what I want?
-3
votes
1 answer

SQLite ICU support on iOS project

I need to support greeks characters (non-ascii) so I understand that I have to enable ICU on my sqlite version. Believe me that I tried every way that I found on the internet, but each time there is some kind of problem. Actually I'm using this…
1 2 3
51
52