/[schmitzm]/trunk/src/skrueger/i8n/I8NUtil.java
ViewVC logotype

Diff of /trunk/src/skrueger/i8n/I8NUtil.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 862 by alfonx, Sat May 22 01:24:46 2010 UTC revision 1097 by alfonx, Sun Oct 10 21:14:05 2010 UTC
# Line 58  public class I8NUtil { Line 58  public class I8NUtil {
58           *           *
59           * @author Stefan Alfons Tzeggai           * @author Stefan Alfons Tzeggai
60           */           */
61          public static Translation createFromOneLIne(final String oneLineCoded) {          public static Translation createFromOneLine(final String oneLineCoded) {
62                  Translation result = new Translation();                  Translation result = new Translation();
63                  result.fromOneLine(oneLineCoded);                  result.fromOneLine(oneLineCoded);
64                  return result;                  return result;
# Line 187  public class I8NUtil { Line 187  public class I8NUtil {
187                                    
188                  replaced = replaced.replaceAll("ae", "\u00E4");                  replaced = replaced.replaceAll("ae", "\u00E4");
189                  replaced = replaced.replaceAll("Ae", "\u00C4");                  replaced = replaced.replaceAll("Ae", "\u00C4");
                 // TODO mehr  
                 // TODO besser UTF \u123321 schreibweise  
190                  return replaced;                  return replaced;
191          }          }
192  }  }

Legend:
Removed from v.862  
changed lines
  Added in v.1097

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26