Update of /cvsroot/osmose-dev/osmose/src/osmose/application/export
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/export
Modified Files:
OSMExportHTML.java
Log Message:
Adapt code for Java 1.6 (some warnings remain)
Index: OSMExportHTML.java
===================================================================
RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/export/OSMExportHTML.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** OSMExportHTML.java 6 Jul 2006 14:24:50 -0000 1.5
--- OSMExportHTML.java 3 Oct 2007 21:31:14 -0000 1.6
***************
*** 38,42 ****
* <p>Description : Generate the export to HTML file of the presentation</p>
* <p>Copyright : Copyright (c) 2003</p>
! * <p>Société : Quadrille Ingénierie</p>
* @author non attribuable
* @version 1.0
--- 38,42 ----
* <p>Description : Generate the export to HTML file of the presentation</p>
* <p>Copyright : Copyright (c) 2003</p>
! * <p>Sociéte : Quadrille Ingenierie</p>
* @author non attribuable
* @version 1.0
***************
*** 1061,1065 ****
/**
! * It changes the letter with accent (like é into e)
* @param str the string to transform
* @return the string without accent
--- 1061,1065 ----
/**
! * It changes the letter with accent (like e into e)
* @param str the string to transform
* @return the string without accent
***************
*** 1340,1344 ****
{
/* OSMExportHTML exp = new OSMExportHTML();
! String str = exp.convert2HTML("Bonjour, je suis élèôjghàslk.");
System.out.println("RES : " + str);*/
}
--- 1340,1344 ----
{
/* OSMExportHTML exp = new OSMExportHTML();
! String str = exp.convert2HTML("Bonjour, je suis slk.");
System.out.println("RES : " + str);*/
}
|