aboutsummaryrefslogtreecommitdiff
path: root/lib/base/estring.cpp
AgeCommit message (Collapse)Author
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