Closed (works as designed)
Project:
Office HTML filter
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 03:57 UTC
Updated:
11 Dec 2010 at 20:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
danepowell commentedIt looks like you just moved
'’', '“', '”'from the middle of$findto the front; am I mistaken?Comment #2
danepowell commentedOh, I wonder if the characters are getting filtered out- if that's the case, can you convert office_html.module 6.x-1.1 to UTF-8, then generate a patch file? Thanks.
Comment #3
rimu commentedSure, here you go. I just added another character, too
Looks like my editor (correctly) isn't reading the UTF-8 characters you put into your ISO-8859 text file!
Comment #4
danepowell commentedSomething still seems screwy - that patch still looks like it's encoded in ISO-8859. Are you sure that what you submitted was UTF-8?
Comment #5
rimu commentedUgh yeah something is wrong. When did simple reliable "plain text" stop being plain?!
Can you just copy & paste the new stuff from my original post?
Comment #6
danepowell commentedYour original post has a bunch of null values in the
$findstring - at least that's what I see in Firefox/Windows set to UTF-8.Comment #7
danepowell commentedAs an aside, I find it interesting that most (all?) files in Drupal core are encoded in ANSI, not UTF-8... (at least according to my text editor)
Comment #8
danepowell commentedIf you're able to figure out what's going wrong and submit a working patch I'll happily accept it... otherwise I'm not sure there's anything wrong with the module as it is.