Summary: | Add 7bit US-ASCII to the list of possible encodings | ||
---|---|---|---|
Product: | [Applications] okteta | Reporter: | Kevin Funk <kfunk> |
Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/okteta/8977f3fc7d61f9cc3906c79afe5bbaaa0b266280 | Version Fixed In: | 0.13.0 (SC 4.13.0) |
Sentry Crash Report: |
Description
Kevin Funk
2013-12-01 17:43:21 UTC
Git commit 8977f3fc7d61f9cc3906c79afe5bbaaa0b266280 by Friedrich W. H. Kossebau. Committed on 26/01/2014 at 03:49. Pushed by kossebau into branch 'master'. Add support for US-ASCII char encoding FIXED-IN: 0.13.0 (SC 4.13.0) M +1 -0 core/CMakeLists.txt M +4 -0 core/codecs/charcodec.cpp A +71 -0 core/codecs/usasciicharcodec.cpp [License: LGPL] A +57 -0 core/codecs/usasciicharcodec.h [License: LGPL] http://commits.kde.org/okteta/8977f3fc7d61f9cc3906c79afe5bbaaa0b266280 Thanks a lot, Friedrich! |