Pplog and Greek language

Puppy related raves and general interest that doesn't fit anywhere else
Post Reply
Message
Author
User avatar
lesizmor
Posts: 9
Joined: Wed 09 May 2012, 10:21
Location: Greece
Contact:

Pplog and Greek language

#1 Post by lesizmor »

Hello! I'm trying to use Pplog but every time i 'm trying to use Greek language, it appears only symbols! Do you know how i could fix it?
[b]Les Iz Mor[/b]

[url]http://lesizmor.tk[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Pplog and Greek language

#2 Post by L18L »

I was trying too.

Copied manually some greek text (I understand just alpha and beta)
into a file of Web-Server/blog/posts.

Changed line 305 of /root/Web-Server/blog/pup_pplog.pl from
<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>
(which is really false) to
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

This should have caused the browser to display the page as UTF-8.
( or in seamonkey: View > Character encoding > UTF8 )

Thus there has something more to be done.
Attachments
pplog.png
fake only
(26.28 KiB) Downloaded 797 times

User avatar
lesizmor
Posts: 9
Joined: Wed 09 May 2012, 10:21
Location: Greece
Contact:

#3 Post by lesizmor »

Seems like every time i reload the page, it goes back to western encoding... :(
[b]Les Iz Mor[/b]

[url]http://lesizmor.tk[/url]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#4 Post by L18L »

lesizmor wrote:..and it worked!..
But that is no solution of the problem. No user will make the

View > Encoding > UTF-8

for each page!!!! :cry: :cry:

----
edit: written this before seeing your last post

another edit: ..... which was:
lesizmor wrote:This was really great!! I followed your instructions and it worked! Thank you!!

I got one more question: i don't own a server but i 'd like to publish the blog. How could i do that? Any ideas?

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Pplog and Greek language

#5 Post by L18L »

1st problem is solved: that was encoding.

http://s411.codeinspot.com/q/2165939 has helped to solve it.


Next will be: Making the navigation international


Edit:
Deleted attached script
Attachments
pplog-UTF8.png
(23.94 KiB) Downloaded 884 times
Last edited by L18L on Tue 15 May 2012, 09:22, edited 1 time in total.

User avatar
lesizmor
Posts: 9
Joined: Wed 09 May 2012, 10:21
Location: Greece
Contact:

#6 Post by lesizmor »

Nice! Thank you! :)
[b]Les Iz Mor[/b]

[url]http://lesizmor.tk[/url]

User avatar
lesizmor
Posts: 9
Joined: Wed 09 May 2012, 10:21
Location: Greece
Contact:

Done!!!

#7 Post by lesizmor »

The whole PPLOG, translated into Greek! I really enjoyed that! :D

Thank you all for your help, you are great!! :)
Attachments
blog.zip
(42.65 KiB) Downloaded 324 times
[b]Les Iz Mor[/b]

[url]http://lesizmor.tk[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#8 Post by BarryK »

I have updated the pplog PET package:

http://bkhome.org/blog/?viewDetailed=02830
[url]https://bkhome.org/news/[/url]

User avatar
lesizmor
Posts: 9
Joined: Wed 09 May 2012, 10:21
Location: Greece
Contact:

Finished translating

#9 Post by lesizmor »

I 've finished translating PPLOG into Greek. Below is the zip with all the files. Greek navigation, Greek messages, Greek welcome post, Greek time zone, Greek notifications, Greek everything (except from the banner, i left that untouched!) :)
Attachments
blog.zip
Updated files for Greek PPLOG
(42.67 KiB) Downloaded 611 times
[b]Les Iz Mor[/b]

[url]http://lesizmor.tk[/url]

User avatar
koulaxizis
Posts: 452
Joined: Sun 17 Jul 2011, 18:43
Location: Greece
Contact:

RSS problem

#10 Post by koulaxizis »

Seems like there is a problem with the RSS (on the Greek translation) and i can't figure out why! Could someone check it and help?
[b]Christos Koulaxizis[/b]
[i]Woof woof from Greece![/i]

[color=darkred][url=https://sourceforge.net/projects/puppystuff/][ Puppy Stuff Repository ][/url][/color]

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: RSS problem

#11 Post by L18L »

my friend koulaxizis wrote:Seems like there is a problem with the RSS (on the Greek translation) and i can't figure out why! Could someone check it and help?
Checked....
Confirmed....

Change line 266

Code: Select all

	print header('text/xml'),'<?xml version="1.0" encoding="UTF-8"?>
to

Code: Select all

print header(-charset => qw(utf-8)), '<?xml version="1.0" encoding="UTF-8"?>
... repaired 8)

And please change
our $config_sendMailWithNewCommentMail to one in Greece :wink:
Attachments
rss.png
UTF-8 also in RSS
(41.23 KiB) Downloaded 649 times

Post Reply