LDraw.org Discussion Forums

Full Version: Parts Tracker error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The PT is rejecting my reviews when I post from iOS Safari (and maybe iOS in general, I didn't test the other browsers). It seems that apostrophe character is the problem.
(2019-01-11, 14:58)Orion Pobursky Wrote: [ -> ]The PT is rejecting my reviews when I post from iOS Safari (and maybe iOS in general, I didn't test the other browsers). It seems that apostrophe character is the problem.

Post from my iPhone, the character in question: ‘
(2019-01-11, 15:01)Orion Pobursky Wrote: [ -> ]
(2019-01-11, 14:58)Orion Pobursky Wrote: [ -> ]The PT is rejecting my reviews when I post from iOS Safari (and maybe iOS in general, I didn't test the other browsers). It seems that apostrophe character is the problem.

Post from my iPhone, the character in question: ‘

According to a unicode lookup service this character is U+2018 : LEFT SINGLE QUOTATION MARK {single turned comma quotation mark}
(2019-01-11, 15:04)Orion Pobursky Wrote: [ -> ]
(2019-01-11, 15:01)Orion Pobursky Wrote: [ -> ]Post from my iPhone, the character in question: ‘

According to a unicode lookup service this character is U+2018 : LEFT SINGLE QUOTATION MARK {single turned comma quotation mark}

Are you getting an error message or is it just failing to post?
(2019-01-11, 15:34)Chris Dee Wrote: [ -> ]
(2019-01-11, 15:04)Orion Pobursky Wrote: [ -> ]According to a unicode lookup service this character is U+2018 : LEFT SINGLE QUOTATION MARK {single turned comma quotation mark}

Are you getting an error message or is it just failing to post?

I’m getting a “this character isn’t allowed” error. Here’s a screenshot:
[attachment=3376]
(2019-01-11, 16:14)Orion Pobursky Wrote: [ -> ]
(2019-01-11, 15:34)Chris Dee Wrote: [ -> ]Are you getting an error message or is it just failing to post?

I’m getting a “this character isn’t allowed” error. Here’s a screenshot:

Please try now. I don't have an iOS device with which to test.
(2019-01-12, 13:08)Chris Dee Wrote: [ -> ]
(2019-01-11, 16:14)Orion Pobursky Wrote: [ -> ]I’m getting a “this character isn’t allowed” error. Here’s a screenshot:

Please try now. I don't have an iOS device with which to test.

Same error as above.
(2019-01-12, 14:29)Orion Pobursky Wrote: [ -> ]
(2019-01-12, 13:08)Chris Dee Wrote: [ -> ]Please try now. I don't have an iOS device with which to test.

Same error as above.

Thanks - I just need to find the correct regex category. Now trying \p{Punctuation}. Please test again, now.
(2019-01-12, 15:04)Chris Dee Wrote: [ -> ]
(2019-01-12, 14:29)Orion Pobursky Wrote: [ -> ]Same error as above.

Thanks - I just need to find the correct regex category. Now trying \p{Punctuation}. Please test again, now.

Nope.