[vlc-commits] commit: Fix non-ASCII comment ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Oct 14 19:10:02 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 14 20:09:43 2010 +0300| [3376f9cd084a16c2e62a7cb6f5208c8dae1ae83d] | committer: Rémi Denis-Courmont 

Fix non-ASCII comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3376f9cd084a16c2e62a7cb6f5208c8dae1ae83d
---

 src/text/iso-639_def.h |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/text/iso-639_def.h b/src/text/iso-639_def.h
index ac90dc3..092d740 100644
--- a/src/text/iso-639_def.h
+++ b/src/text/iso-639_def.h
@@ -28,10 +28,12 @@
  * Format is:( "English name", 639-1-code, 639-2/T-code, 639-2/B-code)
  * If you find something missing or wrong contact <bug-glibc at gnu.org> */
 
-/* Some spellings were converted to pure ASCII:
+/* The following spellings were converted to pure ASCII. They should be
+ * "translated" back to Unicode in the po/en*.po files:
  *  Provençal -> Provencal
- *  Volapk -> Volapuk
- *  Bokm? -> Bokmaal */
+ *  Volapük -> Volapuk
+ *  Bokmål -> Bokmaal
+ */
 
 static const iso639_lang_t p_languages[] =
 {



More information about the vlc-commits mailing list