LDraw.org Discussion Forums
Parts Tracker error - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: General (https://forums.ldraw.org/forum-12.html)
+--- Forum: Parts Tracker Discussion (https://forums.ldraw.org/forum-36.html)
+--- Thread: Parts Tracker error (/thread-23147.html)



Parts Tracker error - Orion Pobursky - 2019-01-11

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.


RE: Parts Tracker error - Orion Pobursky - 2019-01-11

(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: ‘


RE: Parts Tracker error - Orion Pobursky - 2019-01-11

(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}


RE: Parts Tracker error - Chris Dee - 2019-01-11

(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?


RE: Parts Tracker error - Orion Pobursky - 2019-01-11

(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:
   


RE: Parts Tracker error - Chris Dee - 2019-01-12

(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.


RE: Parts Tracker error - Orion Pobursky - 2019-01-12

(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.


RE: Parts Tracker error - Chris Dee - 2019-01-12

(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.


RE: Parts Tracker error - Orion Pobursky - 2019-01-12

(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.