src/java.datatransfer/macosx/classes/sun/datatransfer/resources/flavormap.properties

Print this page




  49 # any "charset", "eoln", or "terminators" parameters specified in this file
  50 # will be ignored.
  51 #
  52 # See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
  53 # text flavors which support the charset parameter.
  54 
  55 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  56 
  57 # The COMPOUND_TEXT support for inter-client text transfer is disabled by 
  58 # default. The reason is that many native applications prefer this format over 
  59 # other native text formats, but are unable to decode the textual data in this 
  60 # format properly. This results in java-to-native text transfer failures.
  61 # To enable the COMPOUND_TEXT support for this JRE installation uncomment 
  62 # the line below.
  63 
  64 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
  65 
  66 TEXT=text/plain;eoln="\n";terminators=0
  67 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  68 FILE_NAME=application/x-java-file-list;class=java.util.List
  69 text/uri-list=application/x-java-file-list;class=java.util.List
  70 PNG=image/x-java-image;class=java.awt.Image
  71 JFIF=image/x-java-image;class=java.awt.Image
  72 TIFF=image/x-java-image;class=java.awt.Image
  73 RICH_TEXT=text/rtf
  74 HTML=text/html;charset=utf-8;eoln="\r\n";terminators=1
  75 URL=application/x-java-url;class=java.net.URL,\
  76     text/uri-list;eoln="\r\n";terminators=1



  49 # any "charset", "eoln", or "terminators" parameters specified in this file
  50 # will be ignored.
  51 #
  52 # See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
  53 # text flavors which support the charset parameter.
  54 
  55 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  56 
  57 # The COMPOUND_TEXT support for inter-client text transfer is disabled by 
  58 # default. The reason is that many native applications prefer this format over 
  59 # other native text formats, but are unable to decode the textual data in this 
  60 # format properly. This results in java-to-native text transfer failures.
  61 # To enable the COMPOUND_TEXT support for this JRE installation uncomment 
  62 # the line below.
  63 
  64 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
  65 
  66 TEXT=text/plain;eoln="\n";terminators=0
  67 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  68 FILE_NAME=application/x-java-file-list;class=java.util.List

  69 PNG=image/x-java-image;class=java.awt.Image
  70 JFIF=image/x-java-image;class=java.awt.Image
  71 TIFF=image/x-java-image;class=java.awt.Image
  72 RICH_TEXT=text/rtf
  73 HTML=text/html;charset=utf-8;eoln="\r\n";terminators=1
  74 URL=application/x-java-url;class=java.net.URL,\
  75     text/uri-list;eoln="\r\n";terminators=1
  76 XPICT=image/x-pict;class=java.io.InputStream