NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: TomD on February 20, 2015, 12:58:50 AM

Title: NetWebYear - foreign characters in left column of planner type
Post by: TomD on February 20, 2015, 12:58:50 AM
Hello everyone,

I've a problem with NetWebYear procedure. In example HotDates i've added a new user with name containing character "ę". VeticalWeekPlanner works fine, but in HorizontalWeekPlanner that name contains a strange character like "?" instead of "ę". Please check screenshots.
In WebServer procedure my settings are:
Store Data As: Central Europe
Charset: 'utf-8'
These settings were working for me perfectly fine till now.

I'am using:
Clarion 8
NetTalk 7.39
 
Any help is greatly appreciated.


[attachment deleted by admin]
Title: Re: NetWebYear - foreign characters in left column of planner type
Post by: Bruce on February 20, 2015, 01:45:19 AM
Hi Tom,

I've fixed the problem for the version 8.36 build.

However as you are still behind on NetTalk 7 you will need to make the change manually yourself on your side.
In netweb.clw find

clip(self.PlannerQueue.Name)

and replace it with

self._jsok(self.PlannerQueue.Name)

Cheers
Bruce

Title: Re: NetWebYear - foreign characters in left column of planner type
Post by: TomD on February 20, 2015, 01:59:02 AM
Can You check Your answer Bruce, because i dont see any difference between those two line of codes.

Thanks!
Title: Re: NetWebYear - foreign characters in left column of planner type
Post by: Bruce on February 20, 2015, 05:55:03 AM
sorry - updated it....