]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
Issue 4325: Replace most uses of scm_{from,to}_locale_* with fixed encodings
[lilypond.git] / lily / grob-interface.cc
index d444d3d71dd1cdaf97fb3cd46dcbb79c63d5c0f1..6c99c849ed804805283c213573e411dc487606c9 100644 (file)
@@ -37,7 +37,7 @@ SCM add_interface (char const *cxx_name,
     lispy_name += suffix;
 
   SCM s = ly_symbol2scm (lispy_name.c_str ());
-  SCM d = scm_from_locale_string (descr);
+  SCM d = scm_from_utf8_string (descr);
   SCM l = parse_symbol_list (vars);
 
   internal_add_interface (s, d, l);