Support forum of the software localization tool Sisulizer


Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... Home

Get in contact with the makers of Sisulizer.
Our forum is open for all questions around Sisulizer from customers and prospects.
Don't hesitate to register and ask. The Sisulizer team will answer ASAP.

Search     Help Home Sisulizer Website Download
Search by username
Not logged in - Login | Register 

 Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius Page:    1  2  Next Page Last Page  
New Topic Reply Printer Friendly
Problems with JSP - Bugs and Quirks in Sisulizer - Technical Support (You need to be registered at the forum to write) - Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ...
AuthorPost
 Posted: Fri Jan 11th, 2008 07:34 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
I have started to use Sisulizer. I am trying to traslate a big project using JSP, Javascript, HTML.

After the translation the files are not parsible by JSP Parser.

Here is an example,

Original code :

.....
%>
--%>
 

which (I don't know why) is translated to this:
......
%> --%  

The lack of second greater-than sign makes the jsp comment closing symbol into an unrecognizable one.

I have found that the combinatation of   and JSP code is problematic.

Is there any way I can configure the Sisulizer to avoid this?

Back To Top PM Quote Reply

 Posted: Fri Jan 11th, 2008 09:23 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
By the way I am using ver 1.6.15, if you are asking...
And I turned off the option to scan server scripts.

Here is another example,

the original :

<td <%=controller.formattedTabOnClick%> height="26" id="searchTab" oncontextmenu="displayMenu(menuSearch, '<%=0%>');return false;" align=center
class=<%=controller.formattedTabClass%>
background="images/corner.gif"
style="background-repeat:no-repeat;"
bgcolor="#617195"
width=100 >
<%=controller.formattedTabLabel%>
</td>


<td <%=controller.formattedTabOnClick%> height="26" id="searchTab" oncontextmenu="displayMenu(menuSearch, '<%=0%>');return false;" align=center
<%=controller.formattedTabClass%>
background="images/corner.gif"
style="background-repeat:no-repeat;"
bgcolor="#617195"
width=100>
<%=controller.formattedTabLabel%>
</td>

The translation has swallowed "class="

Back To Top PM Quote Reply

 Posted: Sat Jan 12th, 2008 06:24 am
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
Can you send a sample JPS file that contains

%>
--%>

to support (at) sisulizer.fi

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Wed Jan 16th, 2008 12:22 am
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
Thank you for the file. Yes. It turned out that JSP comments <%-- ... --%> make scanning to fail. We fixed that. Now I am tying to reproduce another error case.

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Wed Jan 16th, 2008 02:01 am
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
lgol27 wrote: <td <%=controller.formattedTabOnClick%> height="26" id="searchTab" oncontextmenu="displayMenu(menuSearch, '<%=0%>');return false;" align=center
class=<%=controller.formattedTabClass%>
background="images/corner.gif"
style="background-repeat:no-repeat;"
bgcolor="#617195"
width=100 >
<%=controller.formattedTabLabel%>
</td>

Can you send this as a file to

support (at) sisulizer.fi

This forum eats some characters so I can not get it exactly as it is.

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Wed Jan 16th, 2008 02:41 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
if you look at the file i have sent you, it is there. The translation eats the class attribute.

Back To Top PM Quote Reply

 Posted: Wed Jan 16th, 2008 02:50 pm
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
I looked it (Country.jsp) but it does not contain this class = ... part. It contains the JSP comment block.

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Thu Jan 17th, 2008 11:07 pm
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
Thank you for the new file. I managed to reproduce the bug and we will fix it.

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Fri Jan 18th, 2008 02:30 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
any time estimates?

Back To Top PM Quote Reply

 Posted: Fri Jan 18th, 2008 02:57 pm
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
Unfortunately we could not make the new build today. It will come on Monday.

Jaakko



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Fri Jan 18th, 2008 02:59 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
Monday is perfect. Thank you for the prompt responds.

Back To Top PM Quote Reply

 Posted: Tue Jan 22nd, 2008 04:13 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
Ver 1.6.18

Is there any chances that sisulizer will not touch white spaces in the jsp file? So it would not rearrange lines or wording...

When I have this line :
<td width="200" style="border: 1 inset #D9DBE0" <%=controller.fMCnowrap%> >

The Sisulizer changes it to :
<td width="200" style="border: 1 inset #D9DBE0"<%=controller.fMCnowrap% >>

The difference is in the last 4 characters and after the change the JSP parser cannot recognize it as a valid string. The software does other whitespace changes, they are annoying but it would not matter if it worked.

By the way, I have tried "clean syntax" option. Nothing happends.

Back To Top PM Quote Reply

 Posted: Tue Jan 22nd, 2008 08:44 pm
PM Quote Reply
Ilkka.Salmenius
Administrator


Joined: Wed Aug 8th, 2007
Location: Espoo, Finland
Posts: 455
Status: 
Offline
With the current build 1.6.18 no. But I will add an option to 1.6.19.



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Fri Feb 8th, 2008 08:43 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
Hi, I am still having problems with my JSP files. I have 2 major and 1 minor problems

1. Sisulizer is deleting an empty string “” from the script. . (line 121 in the attached file).
2. Sisulizer is changing the letters’ case in case-sensitive language. (line 85 in the attached file).
3. Sisulizer continues to move HTML code around (this is minor).


I have sent an email with the relevant examples.

Back To Top PM Quote Reply

 Posted: Sat Feb 9th, 2008 07:15 am
PM Quote Reply
Ilkka.Salmenius
Administrator


Joined: Wed Aug 8th, 2007
Location: Espoo, Finland
Posts: 455
Status: 
Offline
1 and 2 will be fixed to 1.6.21. We will release it on this friday. Issue 3 will be improved.

regards
Ilkka



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Tue Feb 19th, 2008 06:27 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
1.6.21 fixed the issues, but it still has problems with declarational part of JSP.

Back To Top PM Quote Reply

 Posted: Tue Feb 19th, 2008 10:58 pm
PM Quote Reply
Jaakko.Salmenius
Administrator


Joined: Sat Apr 8th, 2006
Location: Tokyo, Japan
Posts: 1641
Status: 
Online
I got your file and was able to reproduce the problems. I am working with it now.



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Tue Aug 12th, 2008 03:09 pm
PM Quote Reply
lgol27
Member
 

Joined: Thu Jan 10th, 2008
Location:  
Posts: 21
Status: 
Offline
I have a problem with HTML tags. I have lots of checkboxes. In english version, the text and the value are the same. I want to translate the text but not the value. But every time when I do import from excel file, the excluded nodes get the translation. And though they are excluded(I check they all have 'excluded="1"' clause in the slp file), they all got translated in the localized files.

Back To Top PM Quote Reply

 Posted: Wed Aug 13th, 2008 07:21 am
PM Quote Reply
Ilkka.Salmenius
Administrator


Joined: Wed Aug 8th, 2007
Location: Espoo, Finland
Posts: 455
Status: 
Offline
Could you send your HTML-file to me please.

support (at) sisulizer.fi



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Thu Aug 14th, 2008 09:39 pm
PM Quote Reply
Janusz Grzybek
Super Moderator


Joined: Fri Dec 1st, 2006
Location: Zabrze, Poland
Posts: 561
Status: 
Offline
Hello,
I have a problem with HTML tags. I have lots of checkboxes. In english version, the text and the value are the same. I want to translate the text but not the value. But every time when I do import from excel file, the excluded nodes get the translation. And though they are excluded(I check they all have 'excluded="1"' clause in the slp file), they all got translated in the localized files.
 
I have reproduced this JSP issue and forwarded it to our R&D.

Best regards,
Janusz

 



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

Current time is 11:56 am Page:    1  2  Next Page Last Page    
Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > Problems with JSP



WowUltra 1.11 Copyright © 2007 by Jim Hale - Based on WowBB Copyright © 2003-2006 Aycan Gulez

Sisulizer software localization tool - Three simple steps to localize