It is currently March 28th, 2024, 9:39 am

Feed display

Get help with creating, editing & fixing problems with skins
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Feed display

Post by Oleg_M »

Hello friends!
Please help me! How fix bug with display words in Feed? Thanks.
Last edited by Chewtoy on June 20th, 2010, 10:18 am, edited 1 time in total.
Reason: Use [hsimg] instead of [img].
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Feed display

Post by smurfier »

Ouch. Looks your the feeds you're trying to view use mostly special characters. You'll have to look those character codes up and make a substitute in the measure for what they really are.

I believe those codes are here.
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Re: Feed display

Post by Oleg_M »

Sir!
Please help me.Where paste this character codes?
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Feed display

Post by JpsCrazy »

smurfier wrote:...make a substitute in the measure...
[MeasureRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
etcetcetc
Substitute="weird value":"actual characters","weird value":"actual characters",etc

This obviously isn't exactly what you want. You'll need to edit it and figure out what it is for your codes.
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Feed display

Post by smurfier »

It would be something like this:

Code: Select all

Substitute="А":"А","а":"а","Б":"Б","б":"б","В":"Ð’","в":"в","Г":"Г","г":"г","Д":"Д","д":"д"....and-so-on
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Re: Feed display

Post by Oleg_M »

Thanks friends! I shall try to make...
User avatar
~Faradey~
Posts: 366
Joined: November 12th, 2009, 4:47 pm
Location: Ukraine

Re: Feed display

Post by ~Faradey~ »

Oleg_M Судя по сему вы из Петербурга? тогда ваша проблема решится скорее всего так:
Откройте скин в блокноте или подобным редактором..
Там где будет что-то вреде этого...

Code: Select all

[MeasureRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#RSSURL#
RegExp="(?siU) много причудливых знаков :)"
UpdateRate=600
StringIndex=1
Substitute=#Substitute#
нужно будет дописать это CodePage=1251
...должно помочь ;) Таким образом всё будет кодироваться в кирилицу

Итак конечный результат будет:

Code: Select all

[MeasureRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#RSSURL#
RegExp="(?siU) много причудливых знаков :)"
UpdateRate=600
StringIndex=1
Substitute=#Substitute#
CodePage=1251
:welcome: на форум

On English !!!
Oleg_M Judging by these things you are from St. Petersburg? then i think your problem will be solved like:
Open the skin in Notepad or similar editor ..
Where there will be something like code below ...

Code: Select all

[MeasureRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#RSSURL#
RegExp="(?siU) a lot of strange characters :)"
UpdateRate=600
StringIndex=1
Substitute=#Substitute#
you will need to add this CodePage=1251
... Should help;) Thus, all will be encoded in Cyrillic

So the end result will be:

Code: Select all

[MeasureRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#RSSURL#
RegExp="(?siU) a lot of strange characters :)"
UpdateRate=600
StringIndex=1
Substitute=#Substitute#
CodePage=1251
:welcome: to the forum
Last edited by ~Faradey~ on June 20th, 2010, 5:04 pm, edited 2 times in total.
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: Feed display

Post by dragonmage »

Faradey, could you add an English translation as well so more people can benefit from the knowledge? I'm moving this thread to Rainmeter Help.
User avatar
~Faradey~
Posts: 366
Joined: November 12th, 2009, 4:47 pm
Location: Ukraine

Re: Feed display

Post by ~Faradey~ »

dragonmage wrote:Faradey, could you add an English translation as well so more people can benefit from the knowledge? I'm moving this thread to Rainmeter Help.
Ok! sure! i edited my post. ;)
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Re: Feed display

Post by Oleg_M »

~Faradey~
Дружище, к сожалению ничего не помогло :( У тебя-то получилось? Может конфигурацию пришлёшь?

smurfier
Sorry, your recommendation not work :( I shall write poiru ...
Post Reply