[vlc-commits] commit: ncurses: Fix comment, UTF-8 locale is now required ( Rafaël Carré )

git at videolan.org git at videolan.org
Wed Oct 27 12:45:34 CEST 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Oct 26 21:30:36 2010 +0200| [41420a4f48ec63372122521c374debc2582607f3] | committer: Rafaël Carré 

ncurses: Fix comment, UTF-8 locale is now required

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

 modules/gui/ncurses.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c
index f319e28..c921085 100644
--- a/modules/gui/ncurses.c
+++ b/modules/gui/ncurses.c
@@ -25,11 +25,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-/*
- * Note that when we use wide characters (and link with libncursesw),
- * we assume that an UTF8 locale is used (or compatible, such as ASCII).
- * Other characters encodings are not supported.
- */
+/* UTF8 locale is required */
 
 /*****************************************************************************
  * Preamble



More information about the vlc-commits mailing list