|
||||||
Views:
11,030,249 |
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search | 11-21-24 08:51 AM |
||||
Guest: Register | Login |
0 users currently in AcmlmBoard Developer Zone | 2 bots |
Main - AcmlmBoard Developer Zone - Acmlmboard, Unicode, and broken graphics. (A memo for coders and board owners) |
Epele |
| ||
Site Administrator
The Sorceress. Boing~ Level: 237 Posts: 17516/20774 EXP: 205434422 Next: 2544512 Since: 01-01-12 From: UK Last post: 1051 days Last view: 8 hours |
Today another bugfix went in, fixing gfx/status.php on some boards without even editing it.
The cause? There was a unicode character stuck into config.sample.php, and at least one update made from a text editor which did not like that. (Notepad.exe in windows is notorious for this) Today's update has stripped that character out and removed the whitespace. If you own a board and have the issue where the rpg status graphic is broken, either manually remove the whitespace from before <?php and strip out the offending â„¢ mark from the config.php file or make a new copy using the cleaned up version. Coders! Keep to only using ASCII-based characters in your code. Any time you must use Unicode, please encode it using html-based encodings. This will mean editors can safely edit the file after you without causing a creep in whitespace building up in unwanted places. There should be no reason at all for using unicode outside any encoding. The world could always use more heroes! |
Emuz |
| ||
Site Administrator
11 Hit Combo: Mother's Rosario Level: 109 Posts: 3188/3393 EXP: 13563283 Next: 396362 Since: 12-30-11 From: Akron, Ohio; USA Last post: 113 days Last view: 3 days |
Note: if you absolutely have to use non-ASCII characters for things such has non roman languages (Kanji, Kana, Hangal, etc) board names.. make sure you use a unix compliant encoding. UTF-8 BOM usage will 100% break the RPG graphics if it is in any of the files it includes. (php prints the character out as it's beyond the php brackets.)
That said we don't support doing so simple due to the amount of ways it can break stuff. AB2 has support for getting stuff like board names and the like from the database. That would be the preferred method for any non-ASCII board names. In the actual code other than config.php the standard is ASCII format for php sanity. Any pull requests with anything odd will be bounced so keep that in mind. Thanks. The Dynamic Profile Administratorâ„¢"Never Knows Best" Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!! 'Victory Noriko' by @thatsheepagain. 'Chibi Dance Noriko' by @Haru__Kitsu. 'Deity's Night Out (Featuring Gabbie)' by @thatsheepagain Noriko Emotes by @Haru__Kitsu. Side Bar Noriko by @thatsheepagain 'Noriko's Nature Walk' by @projectTiGER_ Emotive Noriko by @thatsheepagain. "Space Candy Noriko" by BerryVerrine. "Super Sharp Noriko" by Xionfes. A gift illustration from the wonderful EverKinzPony! "Magical Girl Noriko" by @cute_hospital! "Patient Chibi Noriko" by @Ruii_ki! 'Dapper '60s Noriko' by @thatsheepagain. 'Shiny Chibi Noriko' by @inioli. 'Flower Veil Noriko' by @Sushiee_. 'Noriko in Realism' by @_Sarybuu. 'Noriko's Midnight Adventure' by @projectTiGER_ 'Yukata Noriko' by @yunyunmaru_ 'Birthday Wishes Noriko' by @thatsheepagain |
Main - AcmlmBoard Developer Zone - Acmlmboard, Unicode, and broken graphics. (A memo for coders and board owners) |
Acmlmboard v2.5.6 (06/11/2024) © 2005-2024 Acmlm, Emuz, et al. |
MySQL - queries: 60, rows: 493/527, time: 0.030 seconds. |