Changeset 990
- Timestamp:
- Dec 15, 2009, 1:26:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/HtmlBuf.cc
r980 r990 39 39 // This should be configurable, but for now indentation is two spaces. 40 40 map_['\t']=std::string(" "); 41 /* 41 42 map_['å']=std::string("å"); 42 43 map_['ä']=std::string("ä"); … … 49 50 map_['á']=std::string("á"); 50 51 map_['Á']=std::string("Á"); 52 */ 51 53 } 52 54
Note: See TracChangeset
for help on using the changeset viewer.