WhiteHatBox
Share Page
Following(0)
Partner(s)
goceb

U+00A0 Bug - X-Spinner stops working

ReplyThanks 2015/11/16 17:50:55 1 1

Operating System:Windows 10

Operating System Bit:64bit

Software Version:3.4

When a text contains U+00A0 which is a non breaking white space it should be replaced with U+0020 the normal whitespace. Otherwise X-Spinner fails to spin and stops working. This is important for non English spinning.
Aprilcaicai
2015/11/16 21:57:20
1 # goceb 11/16/2015 5:50:55 PM

Operating System:Windows 10

Operating System Bit:64bit

Software Version:3.4

When a text contains U+00A0 which is a non breaking white space it should be replaced with U+0020 the normal whitespace. Otherwise X-Spinner fails to spin and stops working. This is important for non English spinning.

Hi, goceb, we have got your message, and X- Spinner works normally, about your question, we are checking it now, please wait for a moment. thanks

goceb
2015/11/20 05:31:14

Hi any update on the problem I fixed it using a PHP proxy for the link between SEO CM and XSpinner this is the fix

$_POST['xstext'] = preg_replace('/\xA0/u', ' ', $_POST['xstext']); Replacing the non breaking spaces with normal spaces.

Hope this helps

WhiteHatBox
2015/11/23 08:24:11

You are a smart man, thanks for the information, this will help other users.

And we will improve x-spinner more in future update.

Let's ROCK!
<< < 1> >>
VerifyCode
Advanced Option