On 2016-12-16 02:44, MRAB wrote:
On 2016-12-15 21:57, Terry Reedy wrote:
On 12/15/2016 1:06 PM, MRAB wrote:
On 2016-12-15 16:53, Steve D'Aprano wrote:
Suppose I have a Unicode character, and I want to determine the script or
scripts it belongs to.
For example:
U+0033 DIGIT THREE "3" belongs
On 2016-12-15 21:57, Terry Reedy wrote:
On 12/15/2016 1:06 PM, MRAB wrote:
On 2016-12-15 16:53, Steve D'Aprano wrote:
Suppose I have a Unicode character, and I want to determine the script or
scripts it belongs to.
For example:
U+0033 DIGIT THREE "3" belongs to the script "COMMON";
U+0061 LAT
On 12/15/2016 1:06 PM, MRAB wrote:
On 2016-12-15 16:53, Steve D'Aprano wrote:
Suppose I have a Unicode character, and I want to determine the script or
scripts it belongs to.
For example:
U+0033 DIGIT THREE "3" belongs to the script "COMMON";
U+0061 LATIN SMALL LETTER A "a" belongs to the scri
On 12/15/2016 11:53 AM, Steve D'Aprano wrote:
Suppose I have a Unicode character, and I want to determine the script or
scripts it belongs to.
For example:
U+0033 DIGIT THREE "3" belongs to the script "COMMON";
U+0061 LATIN SMALL LETTER A "a" belongs to the script "LATIN";
U+03BE GREEK SMALL LE
On 2016-12-15 16:53, Steve D'Aprano wrote:
Suppose I have a Unicode character, and I want to determine the script or
scripts it belongs to.
For example:
U+0033 DIGIT THREE "3" belongs to the script "COMMON";
U+0061 LATIN SMALL LETTER A "a" belongs to the script "LATIN";
U+03BE GREEK SMALL LETTE
I think this might be what you want:
https://docs.python.org/3/howto/unicode.html#unicode-properties
On Thu, Dec 15, 2016 at 11:53 AM, Steve D'Aprano
wrote:
> Suppose I have a Unicode character, and I want to determine the script or
> scripts it belongs to.
>
> For example:
>
> U+0033 DIGIT THREE
On Thu, Dec 15, 2016 at 4:53 PM, Steve D'Aprano
wrote:
> Suppose I have a Unicode character, and I want to determine the script or
> scripts it belongs to.
>
> For example:
>
> U+0033 DIGIT THREE "3" belongs to the script "COMMON";
> U+0061 LATIN SMALL LETTER A "a" belongs to the script "LATIN";
>