Skip to content

StringInfo.ParseCombiningCharacters returns incorrect values on Linux #302

@leppie

Description

@leppie
var c = StringInfo.ParseCombiningCharacters("लो");
Console.WriteLine(c.Length);

The following prints 2 on Windows, but 1 on Linux (Ubuntu 19.04 x64). (Mono also prints 1)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions