Post Reply 
Common chars are encoded in BB CODE
Aug. 26, 2012, 10:02 PM
Post: #1
Common chars are encoded in BB CODE
Numerical encoding for common punctuation such as parentheses:
http://prxbx.com/forums/showthread.php?tid=218
http://prxbx.com/forums/showthread.php?tid=714

but partly left unencoded in
http://prxbx.com/forums/showthread.php?t...57#pid2457

I wondered if my filters were causing this, but I see no matches in this part of page when using "Html Debug Info" in proxo log window.
Add Thank You Quote this message in a reply
Aug. 26, 2012, 11:45 PM
Post: #2
RE: Common chars are encoded in BB CODE
very peculiar...
i'm seeing it here also, does not appear to be filter-related...
Add Thank You Quote this message in a reply
Aug. 27, 2012, 03:49 AM
Post: #3
RE: Common chars are encoded in BB CODE
http://prxbx.com/forums/showthread.php?t...6#pid14986
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
ProxRocks
Aug. 27, 2012, 08:23 PM
Post: #4
RE: Common chars are encoded in BB CODE
Does this,

Code:
[Patterns]
Name = "prxbx fix code  (2012.08.27)"
Active = TRUE
URL = "$TYPE(htm)prxbx.com/forums/showthread.php"
Limit = 6
Match = "\&(^(^#))"
Replace = "&"

, fix all?

If yes, admins might be able to correct with something like

Code:
[Patterns]
Name = "prxbx fix code post for admins  (2012.08.27)"
Active = FALSE
Multi = TRUE
URL = "$TYPE(htm)prxbx.com/forums/editpost.php?"
Bounds = "<textarea*</textarea>"
Limit = 32764
Match = "(\1\&amp;(^(^#))$SET(a=$GET(a)\1\&))+\2"
Replace = "$GET(a)\2$SET(a=)"
Add Thank You Quote this message in a reply
Aug. 28, 2012, 03:33 AM
Post: #5
RE: Common chars are encoded in BB CODE
I found an online converter that produces proper looking (to my eye) results
http://www.convertstring.com/EncodeDecode/HtmlDecode
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: