augnix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.5.1 Adding ? To end of words, mostly italics and spaces?Or do this :
https://codex.www.ads-software.com/Converting_Database_Character_Sets
But seriously; Jebus help you if you have to do that.
Forum: Fixing WordPress
In reply to: Firefox 3.0.3 & WordPress 2.6.2 Spell Check = Not WorkingI have this problem too; I haven’t investigated much yet, but FF 3.0.3 on Windows with WP 2.6.2 – spell checking does not work; really weird.
Update: The WP editor is over-riding the built in FF spell checker; use the WP Editor built in spell check (the little “abc” check mark button).
Forum: Fixing WordPress
In reply to: 2.5.1 Adding ? To end of words, mostly italics and spaces?In a related ticket ( https://trac.www.ads-software.com/ticket/6562 ) I found this code snippet:
$text = preg_replace("/[^\x20-\x7f\t\n\r]+/", "", $text); // ascii only
That worked great in my custom plug-in for stripping out those non-ASCII characters.
Forum: Fixing WordPress
In reply to: 2.5.1 Adding ? To end of words, mostly italics and spaces?I re-opened this ticket in response to this thread:
Forum: Fixing WordPress
In reply to: Odd Character In PostsI have the same problem; here’s what I wrote in a similar thread:
https://www.ads-software.com/support/topic/187662
I have the same problem with 2.6.
It’s easy to reproduce too:
* Create new post.
* Use the “visual” editor.
* End your first sentence with a period (.) followed by two spaces.
* Begin and end another sentence.If your character encoding on your browser is set to Unicode (UTF-8) you will see the two spaces after the period, but if you change it to Western (ISO-8859-1) you will see the funny A character (?).
The funny A character makes it into the ‘post_content’ variable and into the DB; I have a custom plug-in I use to notify customers of new posts and the funny A gets sent out in those messages too.
Note: if you re-save your post, the funny A character goes away in your published post.
My Browser info.:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080703 Mandriva/2.0.0.16-1.1mdv2008.0 (2008.0) Firefox/2.0.0.16Forum: Fixing WordPress
In reply to: 2.5.1 Adding ? To end of words, mostly italics and spaces?I have the same problem with 2.6.
It’s easy to reproduce too:
* Create new post.
* Use the “visual” editor.
* End your first sentence with a period (.) followed by two spaces.
* Begin and end another sentence.If your character encoding on your browser is set to Unicode (UTF-8) you will see the two spaces after the period, but if you change it to Western (ISO-8859-1) you will see the funny A character (?).
The funny A character makes it into the ‘post_content’ variable and into the DB; I have a custom plug-in I use to notify customers of new posts and the funny A gets sent out in those messages too.
Note: if you re-save your post, the funny A character goes away in your published post.
My Browser info.:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080703 Mandriva/2.0.0.16-1.1mdv2008.0 (2008.0) Firefox/2.0.0.16