Changeset 1523 in tailor


Ignore:
Timestamp:
05/21/08 12:47:29 (5 years ago)
Author:
lele@…
Hash name:
20080521104729-97f81-ee736456a94cddd39e1048227c1e807af893295c
Message:

Added two other XML escapes
This clearly don't scale well... Will try to fix the darcs XML output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/darcs/__init__.py

    r1512 r1523  
    3737                                          "'\xb4': '´'," 
    3838                                          "'\xc1': 'Á'," 
     39                                          "'\xc4': 'Ä'," 
     40                                          "'\xc5': 'Å'," 
    3941                                          "'\xc9': 'É'," 
    4042                                          "'\xcd': 'Í'," 
    4143                                          "'\xd3': 'Ó'," 
     44                                          "'\xd5': 'Ő'," 
    4245                                          "'\xd6': 'Ö'," 
    43                                           "'\xd5': 'Ő'," 
    4446                                          "'\xda': 'Ú'," 
     47                                          "'\xdb': 'Ű'," 
    4548                                          "'\xdc': 'Ü'," 
    46                                           "'\xdb': 'Ű'," 
     49                                          "'\xdf': 'ß'," 
    4750                                          "'\xe1': 'á'," 
     51                                          "'\xe5': 'å'," 
    4852                                          "'\xe9': 'é'," 
    4953                                          "'\xed': 'í'," 
     54                                          "'\xf1': 'ñ'," 
    5055                                          "'\xf3': 'ó'," 
     56                                          "'\xf5': 'ő'," 
    5157                                          "'\xf6': 'ö'," 
    52                                           "'\xf5': 'ő'," 
    5358                                          "'\xfa': 'ú'," 
     59                                          "'\xfb': 'ű'," 
    5460                                          "'\xfc': 'ü'," 
    55                                           "'\xfb': 'ű'," 
    56                                           "'\xf1': 'ñ'," 
    57                                           "'\xdf': 'ß'," 
    58                                           "'\xe5': 'å'" 
    5961                                          "}")) 
    6062 
Note: See TracChangeset for help on using the changeset viewer.