>> 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?)

     gvim

  > - what is your encoding and file-encoding in Vim?  You can find
  >   out with
  > 
  >    :set enc? fenc?

   I get:

       encoding=latin1
       fileencoding=

  > - 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?

   I get:

       guifont=



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to