]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4325: Replace most uses of scm_{from,to}_locale_* with fixed encodings
authorDavid Kastrup <dak@gnu.org>
Fri, 19 Sep 2014 11:40:35 +0000 (13:40 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 23 Mar 2015 11:10:29 +0000 (12:10 +0100)
commit55ff9f5a64a00b6c369be47eb8ca3949250f120b
tree9908cd85d42057be70359e4bbcd3b7abafd7c2ce
parentaf709b0a29faa38843c480d03a1d490b2a03c20e
Issue 4325: Replace most uses of scm_{from,to}_locale_* with fixed encodings

Most are either identifiable as utf8, or as byte stream (more or less
called latin1) or pure ASCII.

Since conversion to C++ strings is factored through separate (and too
few) functions, those accesses are not yet reordered in a satisfactory
manner.
24 files changed:
lily/dynamic-performer.cc
lily/engraver.cc
lily/font-config-scheme.cc
lily/general-scheme.cc
lily/grob-interface.cc
lily/grob-property.cc
lily/guile-init.cc
lily/include/lily-guile-macros.hh
lily/lexer.ll
lily/lily-guile.cc
lily/lily-lexer.cc
lily/lookup.cc
lily/lyric-engraver.cc
lily/main.cc
lily/open-type-font-scheme.cc
lily/open-type-font.cc
lily/pango-font.cc
lily/parser.yy
lily/pfb-scheme.cc
lily/piano-pedal-engraver.cc
lily/source-file.cc
lily/translator.cc
lily/ttf.cc
lily/tweak-engraver.cc