diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
commit | 5a31840a564ab702e9223abd63f281deaaabeb31 (patch) | |
tree | ce913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit')
-rw-r--r-- | ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit b/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit index 98789a47f..41481d336 100644 --- a/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit +++ b/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit @@ -10,7 +10,7 @@ wrap_before = ['<h1>', '<h2>', '<h3>', '<h4>', '<h5>', '<h6>', '<p>', '<br>', '< '<ol>', '<ul>', '<li>', '<table>', '<th>', '<tr>', '<td>', '<center>', '<blockquote>', '<pre>', '<hr>', '<hr/>'] -### TODO: try to support any charset, not only UTF-8 (so that it can be used outside KDE) +### TODO: try to support any charset, not only UTF-8 (so that it can be used outside TDE) def splitit( start, message, outfile ): # print start+"\""+message+"\"" # DEBUG |