prinsich / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Last symbol of hyperlink disappears #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like in some cases last symbol of hyper link disappears
Look at the attached file for example

Original issue reported on code.google.com by nikolai....@gmail.com on 9 Jun 2009 at 2:37

Attachments:

GoogleCodeExporter commented 9 years ago
I've found the reason and solution.
Seems like sum of ords equals to 0 not only once
So for me solution is change in the function read16bitstring change $len++ to 
$len+=2

Original comment by nikolai....@gmail.com on 9 Jun 2009 at 4:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks :)

Original comment by javo0...@gmail.com on 9 Nov 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Thanks for the solution ! =)

Original comment by misterMi...@gmail.com on 24 Feb 2011 at 9:17