<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BOM ï»¿ charater  issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645147#M379767</link>
    <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;I am getting BOM character (ï»¿) in unix files. Do you have any idea how to get rid off.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
    <pubDate>Wed, 09 Jun 2010 13:36:39 GMT</pubDate>
    <dc:creator>AwadheshPandey</dc:creator>
    <dc:date>2010-06-09T13:36:39Z</dc:date>
    <item>
      <title>BOM ï»¿ charater  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645147#M379767</link>
      <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;I am getting BOM character (ï»¿) in unix files. Do you have any idea how to get rid off.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Wed, 09 Jun 2010 13:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645147#M379767</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2010-06-09T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: BOM ï»¿ charater  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645148#M379768</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] BOM character (Ã¯Â»Â¿) [...]&lt;BR /&gt;&lt;BR /&gt;I don't know what a BOM character is, and, as&lt;BR /&gt;you can see, this forum is not very good at&lt;BR /&gt;rendering exotic ASCII characters.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am getting [...] in unix files.&lt;BR /&gt;&lt;BR /&gt;Getting _how_?  Which "unix files"?  (What&lt;BR /&gt;_are_ "unix files"?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Do you have any idea how to get rid off.&lt;BR /&gt;&lt;BR /&gt;Stop putting them in there in the first&lt;BR /&gt;place?&lt;BR /&gt;&lt;BR /&gt;      man sed</description>
      <pubDate>Wed, 09 Jun 2010 16:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645148#M379768</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-09T16:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: BOM ï»¿ charater  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645149#M379769</link>
      <description>BOM = Byte-Order Mark, an optional feature in Unicode text files. It should appear at the beginning of the file only. The modern version of the Unicode standard says it should not be used in the middle of text.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Byte_order_mark" target="_blank"&gt;http://en.wikipedia.org/wiki/Byte_order_mark&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In UTF-8, the BOM is represented as a three-byte sequence: 0xEF,0xBB,0xBF.&lt;BR /&gt;&lt;BR /&gt;This "bomfilter" script could be used to filter the UTF-8 BOM character out from any text piped to it:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;BOM=$(/bin/echo \\0357\\0273\\0277\\c)&lt;BR /&gt;sed -e "s/$BOM//g"&lt;BR /&gt;&lt;BR /&gt;Examples of use:&lt;BR /&gt;&lt;BR /&gt;bomfilter &amp;lt; bomtext.txt | more&lt;BR /&gt;&lt;BR /&gt;grep someword bomtext.txt | bomfilter | more&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 09 Jun 2010 16:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bom-%C3%AF-charater-issue/m-p/4645149#M379769</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-09T16:57:15Z</dc:date>
    </item>
  </channel>
</rss>

