icu Questions

2

Solved

I want to use an ICU system-insensitive sorting collation, to avoid sorting differences between postgres11-on-mac vs postgres11-on-Ubuntu. My first test was to dump out my existing Collate=en_US.UT...
Roup asked 5/4, 2020 at 20:8

1

Solved

I am trying to update my PHP project from PHP 7.4 to 8.2. I have an issue with formatting date using IntlDateFormatter class for ar_AE locale under PHP 8.2 Alpine 3.19 version. On my previous setup...
Cur asked 19/2, 2024 at 15:13

5

My production site just provides the old ICU version 4.2.1. Since Yii2 requires Version 49.1 or higher I need to make workarounds in PHP. How do I get the nersion number of ICU (libicu) which is ...
Bloater asked 10/6, 2017 at 10:24

4

Solved

I'm trying to get Cyrillic words to be in latin so I can have them in urls. I use icu4j transliterator, but it still gives weird characters like this: Vilʹândimaa. It should be more like viljandima...
Lassalle asked 28/4, 2011 at 12:53

3

Solved

I am getting an odd ICU related linking error in the now project when building on Ubuntu 22.04. /usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23 /home/bkey1/vcpkg/instal...
Footpoundal asked 9/6, 2022 at 5:26

2

Solved

Somehow I couldn't find the answer in Google. Probably I'm using the wrong terminology when I'm searching. I'm trying to perform a simple task, convert a number that represents a character to the c...
Gasolier asked 27/4, 2014 at 10:48

3

Solved

As you probably know, the order of alphabet in some (maybe most) languages is different than their order in Unicode. That's why we may want to use icu.Collator to sort, like this Python example: fr...
Sulcus asked 13/10, 2022 at 15:24

2

I am trying install gollum by gem on Ubuntu 14.10. When I try to use gem install gollum, I see the error below: /usr/bin/ruby2.1 extconf.rb mkmf.rb can't find header files for ruby at /usr/lib/ru...
Birdsall asked 8/8, 2015 at 14:0

2

Solved

I am using the C++ ICU library. I wish to split a utf-8 string into approximately equal chunks. However, I want the chunks to be demarcated at grapheme cluster boundaries. I do not wish to convert ...
Corvese asked 6/2, 2022 at 20:24

2

Solved

I am interested in the word iterator of the ICU63 library in a JavaScript project (in a browser). So after reading the docs, I believe that ICU uses UTF-16 by default which is the same than JS and ...
Plump asked 21/12, 2018 at 6:53

2

Solved

After spending countless of hours on getting to the core of a bug, I eventually boiled down a problem to the use of string.Compare with StringComparison.InvariantCultureIgnoreCase in .NET 5. Consid...
Dissension asked 31/8, 2021 at 22:37

4

Solved

I have a requirement wherein my C++ code needs to do case insensitive comparison without worrying about whether the string is encoded or not, or the type of encoding involved. The string could be a...
Philbo asked 29/3, 2016 at 10:51

2

How can I get list of supported calendars, timezones, locales in PHP ICU (intlDateFormatter)?
Mcquiston asked 12/9, 2015 at 15:29

0

Previously I used Howard Hinnant's "date.h" header library but I recently switched to C++20's std::chrono (which is basically an implementation of Howard's cool library) but I cannot get ...
Sunda asked 26/7, 2021 at 15:5

6

Solved

We're bumbling through making some R code work in a production environment and as part of that we're installing some R packages as follows: # Default directories and mirrors WORKING_DIR <- "/sr...
Hogen asked 18/12, 2014 at 18:38

3

Solved

I tried now almost a week to build a reliable boost + ICU libraries under Windows and VC++ as STATIC libraries under x86 system (so I won't need any runtime dll's when). I mostly need boost regex w...
Noletta asked 17/2, 2014 at 12:12

4

I am running ubuntu, and I can build ICU I have included: #include <unistr.h> using namespace icu; This is my build method for ICU: CPPFLAGS="-DU_USING_ICU_NAMESPACE=0" CPPFLAGS="-DU_C...
Karb asked 6/2, 2016 at 21:29

1

Solved

I am looking to read a C++ std::string, then passing that std::string to a function which would analyse it, then extract Unicode symbols & simple ASCII symbols from it. I searched many tutoria...
Thompson asked 6/2, 2020 at 10:2

1

I'm attempting to move a SQL Server DB which is used by a C# application (+EF6) to Postgres 12 but I'm not having much luck with getting case-insensitive string comparisons working. The existing SQ...
Epistrophe asked 4/12, 2019 at 4:14

3

Solved

I was trying to upgrade node version on our CI environment from node 6 to node 8. I updated the full-icu version as well. the $NODE_ICU_DATA is set to /usr/lib/node_modules/full-icu but still ge...
Sclerosed asked 11/5, 2018 at 16:28

2

Solved

From what I can tell Dart does not have support for grapheme clusters, though there is talk of supporting it: Dart Strings should support Unicode grapheme cluster operations #34 Minimal Unicode g...
Decillion asked 1/2, 2019 at 16:12

1

Solved

If I run this code in the browser and node I obtain two different results: const moneyFormatter = new Intl.NumberFormat('it-IT', { style: 'currency', currency: 'EUR', minimumFractionDigits: 2 }...
Pood asked 15/3, 2019 at 13:32

0

Is there a vay to get ICU version in PHP? With phpversion() I only managed to get the intl version, but I need to compare the ICU version to workaround some servers that have an older ICU version. ...
Kittrell asked 1/1, 2019 at 14:25

2

How do I compile sqlite with ICU (International Components for Unicode) as a project in my iPhone app's workspace? I've compiled the sqlite amalgamation before, however I'm not sure what files I s...
Noria asked 26/11, 2014 at 12:9

3

Solved

I've faced java.math.BigDecimal and android.icu.math.BigDecimal as I require to use BigDecimal in the project. I've realized that the Android BigDecimal requires API level 24 What is the differe...
Brownley asked 25/9, 2018 at 8:1

© 2022 - 2025 — McMap. All rights reserved.