Update of /cvsroot/phpicalendar/phpicalendar/languages
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3235/languages
Modified Files:
czech.inc.php german.inc.php korean.inc.php
Log Message:
Remove UTF-8 BOM from language files.
Index: czech.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/czech.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** czech.inc.php 22 Jun 2009 15:02:14 -0000 1.12
--- czech.inc.php 24 Jul 2009 16:55:31 -0000 1.13
***************
*** 1,3 ****
! <?php
// English language include
--- 1,3 ----
! <?php
// English language include
Index: german.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/german.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** german.inc.php 30 Jan 2009 20:49:25 -0000 1.34
--- german.inc.php 24 Jul 2009 16:55:31 -0000 1.35
***************
*** 1,3 ****
! <?php
// German language include
--- 1,3 ----
! <?php
// German language include
Index: korean.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/korean.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** korean.inc.php 16 May 2007 23:35:25 -0000 1.7
--- korean.inc.php 24 Jul 2009 16:55:31 -0000 1.8
***************
*** 1,3 ****
! <?php
// English language include
--- 1,3 ----
! <?php
// English language include
|