> I need to write php files that has strings like > 'Iñtërnâtiônàlizætiøn' and 'Александра' (I need to see if my > php code works with these strings as input). But cutting and > pasting just results in "?"s for the second word. What is the > correct way to enter these characters?
It likely has the may or may not have the correct content pasted, but may not be able to display them. A couple questions to help track down the issue: - are you running gvim or vim (and if vim, is your console capible of displaying UTF-8?) - what is your encoding and file-encoding in Vim? You can find out with :set enc? fenc? - If you're using gvim, does your chosen font have the glyphs you want to display? It might help to know what your 'guifont' setting is: :set guifont? Armed with this information, folks here on the list may be able to guide you making things visible. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
