[PD-cvs] pd/src/locale index.tcl,1.1.2.3,1.1.2.4

Mathieu Bouchard matju at users.sourceforge.net
Sun Aug 12 08:25:08 CEST 2007


Update of /cvsroot/pure-data/pd/src/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13523

Modified Files:
      Tag: desiredata
	index.tcl 
Log Message:
added japanese, polish, danish


Index: index.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/index.tcl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** index.tcl	9 Aug 2007 02:09:07 -0000	1.1.2.3
--- index.tcl	12 Aug 2007 06:25:06 -0000	1.1.2.4
***************
*** 8,10 ****
--- 8,17 ----
  say catala    "Català"
  say euskara   "Euskara"
+ say polski "Polski"
+ say dansk "Dansk"
+ 
+ # those were made using:
+ # iconv -f utf-8 -t ucs-2 | od -tx2 -An | sed 's/ /\\u/g'
+ 
  say chinese "\u4e2d\u6587"
+ say japanese "\u65e5\u672c\u8a9e"





More information about the Pd-cvs mailing list