kenmac54
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Non-keyboard (unicode) charactersThe plot thickens. I am now able to add special characters in replies. There are so many variables here that I can’t be sure if it was always so. Take a look at this post, where you can see one reply with an a-macron and a couple of copyright symbols. These were entered with ā and © and ©
- This reply was modified 2 years, 4 months ago by kenmac54. Reason: Better grammar
Forum: Everything else WordPress
In reply to: Non-keyboard (unicode) charactersI tried disabling all plugins and it made no difference.
I then wondered if the character set and/or collation name were different, so I ran the following queries but the results are the same.
=======LIVE=SITE=======
Signon test/ https://www.fifteensquared.net/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_J0g4m7YbnTB6RPXLEpOVizH/index.php?route=/server/sqlShowing rows 0 – 0 (1 total, Query took 0.0002 seconds.)
SELECT DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME
FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = ‘fifteens_wrdp1’;latin1 latin1_swedish_ci
========SANDBOX========
Signon test/ https://sandbox.fifteensquared.net/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin_rntL6JXzaQlk7e8mSUCDW0B/index.php?route=/server/sqlShowing rows 0 – 0 (1 total, Query took 0.0002 seconds.)
SELECT DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME
FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = ‘fifteens_wp01’;latin1 latin1_swedish_ci
Forum: Everything else WordPress
In reply to: Non-keyboard (unicode) charactersThanks bcworkz for your continued interest. I created a test post.
In the “text” edit panel, I entered 'Māori' as you suggested and it showed correctly in the “visual” edit panel.
But as soon as I clicked the “preview” button it changed to M?ori. And as you can see, it shows M?ori in my post.
Forum: Everything else WordPress
In reply to: Non-keyboard (unicode) charactersMany thanks for the reply. It’s my first post here and I wasn’t sure of the protocol.
Take a look at comment #1 (and #2) here:And here’s an example from my sandbox.
I hope this helps