Importing a text in cyrillic...

User 386720 Photo


Registered User
11 posts

Is it possible to import a block of text in cyrillic, using cut and paste ?

I have a cyrillic font and I do get cyrillic characters in the VSD work environment when typing on the keyboard but importing a block of text using cut and paste doesn't work.
User 187934 Photo


Senior Advisor
20,271 posts

I think you answered this one yourself.;) If you needed to you could use an iframe to include the the text from another webpage if you had a lot of it.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 386720 Photo


Registered User
11 posts

I'm so smart, I can even fool myself. :)

But seriously, no way I would attempt to retype everything in cyrillic on a qwerty keyboard when I already have the text in a file.

I've never use <iframe> before. If I understand correctly, if I have, let's say, 60 separate block of texts on a page, I 'd have to create 60 separate html file, each with the <iframe> </iframe> tags ?
User 187934 Photo


Senior Advisor
20,271 posts

If all the text is on one page your good to go. If you don't have an html edtor with a few bells and whistles that's ok you can use notepad.
Copy and paste this into notepad. Then click on save as and select all files and name it whatever you like just make sure you put .html at the end.
Example: mywebpagename.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-5" />
</head>
<body>
<p>Content here</p>
<p>More content here</p>
</body>
</html>

Now add the mywebpagename.html to the root of your site in VSD.
Now insert an iframe in VSD using the html tool and put your pages name in the code.

<iframe src="mywebpagename.html" width="400" height="500" scrolling="no" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>

Adjust the width and height to your liking.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 386720 Photo


Registered User
11 posts

There must be a windows 7 security issue. When I try to preview in VSD, the browser can't find
/C:/Users/client/AppData/Local/Temp/vsd_tmpdir/page_russe.html.

The /C:/Users/client/AppData subdirectory is hidden.

The page_russe.html file is the same subdirectory as the vnu file.
User 386720 Photo


Registered User
11 posts

ok, now it works when the file is copied at /C:/Users/client/AppData/Local/Temp/vsd_tmpdir/
:)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.