[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Hi, can you tell me the unicode version?
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Hi, can you tell me the unicode version? |
Date: |
Thu, 25 Apr 2019 09:10:25 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
> but i don't know unicode version of libiconv-1.15.
> can you tell me the unicode version?
GNU libiconv 1.15 is compatible with any Unicode version, starting with
Unicode 3.1.
This is because iconv() converts between Unicode code points without
needing to know about the properties of the characters (script, combining,
width, line breaking properties, etc.).
Bruno