]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4125: Disable character set recognition
authorDavid Kastrup <dak@gnu.org>
Mon, 22 Sep 2014 13:53:56 +0000 (15:53 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 24 Sep 2014 19:19:22 +0000 (21:19 +0200)
commit241314869ffedc026a5d151925aa7f6b64679ad1
tree816a496d35752f8e2e21addb847a889a8e2ebf51
parent0fe36c1225b6060ef0431089d41fde5cc6bab3ce
Issue 4125: Disable character set recognition

GUILE 1.8 presumably does not make use of the LC_CTYPE information and
just does its input/output/string processing in 8bit chunks.  For the
sake of getting comparable results at first when working on GUILE 2.0,
we switch off character set recognition here.

At a later point of time, integration with the character processing of
GUILEĀ 2.0 may be attempted but since this is an entirely new can of
worms with its own performance pitfalls, we put this aside for now.
lily/main.cc