aboutsummaryrefslogtreecommitdiff
path: root/lib/base/estring.cpp
AgeCommit message (Collapse)Author
2009-07-28Revert "more standard conform handling for dvb-text encodings"ghost
This reverts commit efdb7161844b7be58cdc5ec3308d8aaf5b257894.
2009-07-25string.cpp: change debug infoghost
2009-07-25more standard conform handling for dvb-text encodingsghost
with this fix no more special handling for UPC Direkt transponders on 19.2°E and CS Link on 23.5°E is needed but some polish providers still needs special handling... i think they interpreted the spec in the wrong way
2009-06-09estring.cpp: add support for ISO/IEC 10646-1 (Basic Multilingual Plane) (aka ↵ghost
UTF-16 ... aka Unicode) dvb encoded strings
2009-04-14estring.cpp: use iso6397 when iso8859-5 is set in dvb texts and use two char ↵ghost
byte encoding is enabled for this transponder
2009-04-06estring.cpp: complete iso6397 support ... this fixes the wrong characters in ↵ghost
polish (cyfra+) epg
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
2009-02-17move replace_all function to base/string.hghost
2008-09-22snprintf is not std::Felix Domke
2008-03-25fix: large integer implicitly truncated to unsigned type,Andreas Oberritter
comparison is always true due to limited range of data type too many arguments for format
2007-01-11remove debug outputAndreas Monzner
2007-01-11filter short name brakets in getContent ('N')Andreas Monzner
add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName
2006-11-03revert shit encoding fix from yesterday nightAndreas Monzner
2006-11-03why not allow directly utf8 encoded dvb texts? ;)Andreas Monzner
2006-11-03small (non critical) fixAndreas Monzner
2006-10-28always use unsignedFelix Domke
2006-01-17fixed undefined operation on variable 'i' (assuming big endian byte order in ↵Andreas Oberritter
source array)
2005-11-26add ability to select default encoding for dvb texts in many ways.. ( take a ↵Andreas Monzner
look in data/encodings.conf )
2005-11-11fix bug: last char in removeDVBChars was removedFelix Domke
2005-11-09utf8 changesAndreas Monzner
2005-10-09add removeDVBChars, makeUpper string functionsFelix Domke
2005-08-31 - fix character conversion for DVBFelix Domke
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2003-10-17import of enigma2Felix Domke