Skip to content
Snippets Groups Projects
Commit 9b3a5b24 authored by chris's avatar chris
Browse files

change non-breaking space encoding to utf-8

darcs-hash:20060906191207-9b6ab-2b1e3e4948f6c3e4c3b3857440ff790aa66e4614.gz
parent ebf97c8f
No related branches found
No related tags found
No related merge requests found
......@@ -834,7 +834,7 @@ class DiffFormatter
*
*/
define('NBSP', "\xA0"); // iso-8859-x non-breaking space.
define('NBSP', "\xC2\xA0"); // utf-8 non-breaking space.
class _HWLDF_WordAccumulator {
function _HWLDF_WordAccumulator () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment