Urgent:Encoding Type

We have a interface File to file in which we are picking up the file from the ftp server. We have three different files provided.
In FCC we are passing the whole data as a single row.
We have tried different encoding of the files - UFT-8, UTF-16
and also ISO-8859. The two files are showing exact data which we want in our destination directory but one file is showing special characters like this
A part of that
〳ⱆ䤰㠰㠰㔰㔱㜲㘱u2030㠰㔰㕏湮楮敮⁏礬⁖慮瑡愠u2020u2020u2020u2020u2020u2020u2020u2020㈰〸〵〵卋㈠u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020u2020㄰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰
It is not supporting any encoding type.
Abhishek Mahajan

> Steps:
> -->Open your original file
> -->Click on Save As
> -->Select the Encoding as UTF-8
This is not practical for automatic processing.
Why you do not simply ask the provider of the file, which encoding it has, instead of guessing?
And when you guess, try a codepage which at least has greek characters inside, like ISO-8859-7.
http://en.wikipedia.org/wiki/ISO/IEC_8859
Regards
Stefan

Similar Messages

  • Urgent : Change Encoding type?

    Hi.
    It's urgent
    I wana change encoding type character with capital character.
    For reference, receiver file adapter write header like following... but must be changed large character...
    (not iso, must be changed "ISO")
           <?xml version="1.0" encoding="iso-8859-1" ?>
       ==> <?xml version="1.0" encoding="ISO-8859-1" ?>
    Regards.
    Message was edited by: ChangSeop Song

    hi,
    I suppose you already have a mapping?
    so you only want to change the result
    to have encoding="ISO-8859-1 right?
    you can use XSLT mapping to map
    your target xml document to xml document with ISO
    this is what you have to use: 
    <xsl:output method="xml" encoding="ISO-8859-1"/>
    have a look at my weblog in order to see how you can add sxlt mapping to your adapter (in the modules tab)
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    obviously you can also use java or abap mapping
    but XSLT will be the fastest to develop
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • How to get file encoding type

    Hi ,
    How to get the file encoding type,
    for example file is saved with the .txt and encoding is utf-8 and another file is saved .txt with encoding is ascii,
    actually before reading the file i want idetify the encoding type
    please help me it is very urgent for me..
    thanks in advance

    As there is no established regime for signing most encoding types, the only way to do this is to start parsing the file in one encoding, see if you get something that makes sense, and if not try another encoding, and so on. I.e. you have to code it yourself and even then it is not usually reliable. Sorry.
    Drake

  • How to change the Encoding type of a XML

    Hi all,
    I'm having a XML(generated at run time) with UTF-8 Encoding. If I'm going to parse it, getting an error saying "*Document root element is missing*".
    If I change the encoding to ANSI, it parses without error.
    How can I change the encoding type of a documnet ?
    Any comment welcome.
    Kaushalya

    There's no such thing as the "encoding of a String". If you produced a String from a sequence of bytes using the wrong encoding, you may not be able to repair that problem by hacking about in your code. You're better off to produce the String using the correct encoding in the first place. Read this for more information about XML and encodings as you appear to be misunderstanding basic concepts:
    [http://skew.org/xml/tutorial/]

  • How to get the identity claim encoding types of windows and forms authentication providers using API?

    Hi,
    We have to get all the claims providers associated with a web application and its identity claim encoding type using API.
    For example:
    If the identity claim of windows authentication is user name and the user name is a string, then we should get
    "i:0#.w".
    If the identity claim of forms authentication is
    email and the provider name is "fba" , then we should get "i:0!.f|fba|".
    The below link shows us to get all claims providers associated with a web application, but how do we get the identity claim encoding type of each provider?
    http://msdn.microsoft.com/en-us/library/gg650432(v=office.14).aspx#SP_WCP_Tip3
    using (SPSite theSite = new SPSite("http://someContosoUrl"))
    // Get the web application.
        SPWebApplication wa = theSite.WebApplication;
        // Get the zone for the site.
        SPUrlZone theZone = theSite.Zone;
        // Get the settings that are associated with the zone.
        SPIisSettings theSettings = wa.GetIisSettingsWithFallback(theZone);
        // Get the list of authentication providers that are associated with the zone.
        foreach (SPAuthenticationProvider prov in
            theSettings.ClaimsAuthenticationProviders)
        {   // Need to get the identity claims encoding type using the SPAuthenticationProvider
    Is windows authentication's identity claim encoding type always i.0#.w or the identity claim is always the user name?
    Thanks & Regards,
    Kalai.

    If the requirement is to be able to convert claim identities to windows identities that can be used with other LOB/legacy application that still relies on NTLM/Windows Auth, then I would recommend to explore C2WTS.
    Here are some references:
    http://msdn.microsoft.com/en-us/library/office/ee539739(v=office.14).aspx
    http://blah.winsmarts.com/2013-11-Use_C2WTS_to_get_a_classic_windows_identity_from_a_claims_identity.aspx
    http://henrymcclain.blogspot.in/2013/05/claims-to-windows-token-service-c2wts.html
    http://blogs.msdn.com/b/rodneyviana/archive/2011/02/20/claims-to-windows-token-service-c2wts-may-not-start-automatically-when-you-reboot-your-server-don-t-blame-sharepoint-for-that.aspx
    http://blogs.msdn.com/b/russmax/archive/2010/05/27/understanding-sharepoint-2010-claims-authentication.aspx
    Thanks!
    These postings are provided "AS IS" with no warranties, and confers no rights.

  • Using resource bundler with a specific encoding type

    Hi All,
    Using resource bundler class in Java one can pass the key and get the appropriate string value for that in appropriate language. These strings can be stored in a class (BuldlerList) or in some file.
    My doubt is can I specify the encoding type of the string while passing the key ?
    This might be needed in a case like follows. Say I have a Java Swing application for which I want to get the labels in appropriate language. The application is Windows based. The methods in resource buldler class while getting the string value for a key uses platform's default encoding type. So if I store my file containing all the resource bundler in UTF-8 I can't read them properly from an Windows 2000 system having Japanese as the locale. The constraint is that you can never make Windows default platform encoding as UTF-8 (or something equivalent for Unicode). In that case one cannot developed a truly internationalised application in this frame work.
    Any comments/suggestion/input will be highly appreciated.
    Thanks,
    Sourav

    I dunno 'bout the bundles BUT u can possiblly use XML
    instead.
    u can have a attribute type that specifies the encoding
    type for the content. This will be a totally application
    specific approach BUT it will work.. that much I am sure
    of. IF u read this attribute in your application first and
    then read the value, in that pre-specified encoding, ur
    problem could be solved.
    Just like resource bundles, XML files will be stored in
    local machines only. The only thing is u need a
    JAXP API for processing them.
    aXe!

  • -encoding type ? Pls, help me !

    Could everybody pls answer my question :
    How many -encoding types used with javac ?
    (I search in java tool document but don't find the full list of -encoding type)
    I try to use javac -encoding "UTF16", "unicode" and compile: OK !
    When I use javac -encoding UTF8 (I edit source code by Notepad, UltraEdit) and compile: error. I think J2SE don't understand this encoding type ???
    How compile java file with UTF8 encoding ?
    Thank you very much !

    Make sure you save your source files in UTF-8 encoding without the BOM (byte order mark) signature. Notepad will insert the BOM at the beginning of a UTF-8 file, which chokes the javac compiler. I don't know about UltraEdit, but jEdit can.
    javac -encoding UTF8 yourfile.java

  • Encoding types in PI

    Hello,
    Please help to understand how PI 7.1 treats different encoding formats eg ANSCI ect or how it handels properity chacters coming in messages?
    If PI 7.1 has started supported other encoding formats along with UTF - 8. I have seen many encoding types in Mapping.
    Thanks and Regards
    Hemant

    >
    hemant gupta wrote:
    > Hello,
    >
    > Please help to understand how PI 7.1 treats different encoding formats eg ANSCI ect or how it handels properity chacters coming in messages?
    >
    > If PI 7.1 has started supported other encoding formats along with UTF - 8. I have seen many encoding types in Mapping.
    >
    > Thanks and Regards
    > Hemant
    It depends if you have enforced the encoding or not
    Other than UTF-8, say in a file adapter scenario, you can enforce any encoding by specifying what you need in the communication channel.
    File Type
    Specify the document data type.
    u25CB       Binary
    u25CB       Text
    Under File Encoding, specify a code page.
    Ref: http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

  • How to set encoding type for e4x result

    I have a application with front end Flex and Server side App
    in Java. I am using HttpService to communicate to Java application
    (Web). I am sending data in xml format to flex and parsing it as
    e4x format. From service side I am setting the charset as
    windows-1252 and xml encoding is also windows-1252. In Flex I am
    getting some junk characters. But When I post the same http request
    from browser, I am able to view the characters with expected
    encoding.
    Can anybody clue me on getting xml data in required encoding
    type (charset) in Flex.
    Thanks in Advance,
    Gokul Ram.T

    The message is old, but the problem is opened and I believe that many people have troubles with getting appropriate encoding in e4x result.
    I have excactly same problem like Gokul, only difference is that I am trying to get ISO-8859-2 charset. HttpService deffinition looks like this:
    var source:HTTPService = new HTTPService();
    source.method = "POST";
    source.resultFormat = "e4x";
    source.contentType = "text/xml; charset=ISO-8859-2";
    source.headers = {"Content-Type": "text/xml; charset=ISO-8859-2"};
    So I suppose that everything what can be set is set. But still in result XMLthere are no national chars. I also get correct XML when I request it in browser, but requesting by Flex and HttpService makes problem.
    Does anyone have same problem and find out something to handle this?

  • Help me export DV VIDEO Encoder Type 2 with cs6

    Dear !
    I use AP CS6 edit my film. When i export my video 1minutes and 10 minutes then :
    -export 1minutes
    -Export 10minutes
    Media Encoder CS6
    After endoder done i use Ulead Videostudio 9 check file info
      i see it different.
    i want export my video have duration over 10minutes with compression DV Video Encoder-Type 2
    Please help me.
    Thank !

    I do believe PP will export to different types depending on the length of the export.  I'm not aware of any way to change that type in PP itself.  But there are third party tools which can do the job.

  • "3x encoder type unavailable"

    we have a strange problem here with encoding video from fcp straight to compressor.
    we batch encode a number of sequences, all with one and the same - custom - presets and recently almost every time on one of the sequences ac3 encoding fails with an error "3x encoder type unavailable"
    when we set the same sequence to encode again, it usually passes without a problem. since it is audio encoding, the encoding finished fast, but having to repeat the process is a pain ...
    any ideas / suggestions where to look for possible causes?
    mac os 10.4.8
    fcp, quicktime & compressor all updated to latest versions

    I am also having a 3x encoder type unavailable problem ... it arose when I tried to install the .flv Quicktime Export Component by doing a standard installation of Adobe CS3. It worked fine on my 8-core and Macbook running 10.5, but didn't work on either my laptop or 4-core running 10.4 (it didn't install the new FLV.component, so the option just didn't appear in Compressor or FCP).
    So I copied over FLV.component into Library/Quicktime manually. The export option now appears in FCP Export by Quicktime Conversion and in Compressor, but only works in FCP Export by QT Conversion. Compressor simply results in the '3x encoder type unavailable'.
    Any ideas?

  • Detect encoding type from server?

    We are writing an RFC server using the JCO API and we started with code similar to example5.  However, we need to support unicode, so we are using the addInfo method that includes specifying the byte length.  The number of bytes can be calculated, in most cases, by multiplying the char length by the encoding char byte length.  ie. a field that is 10 chars in length, would be 20 bytes in length in a UTF-16 system.  But we need to know if our customer's SAP system supports unicode.  Is it possible from the JCO.server object to know the encoding type of the SAP system?  Or is there another object I can use other than the JCO.client object?
    We only need this info for registering our functions with the gateway.  We figured we could get around not knowing the encoding type by using JCO to find out the structure of a table and using that info to set up the function objects.  I know I can create a JCO.client object, connect to the gateway and query the repository for the structure of a table using getStructureDefinition, but is it possible to do this without a client object?  We are figuring our customers will not like our server requiring a client connection, so we are trying to avoid obtaining this information that way, but we are not sure how to get it any other way.
    Also, it is our understanding that either the customers SAP system will be unicode enabled or it won't be.  And if it is unicode enabled, the field lengths expected in addInfo would be UTF-16 lengths - ie. 2 bytes per char.  Is this assumption correct?  Or should we be supporting other encodings like UTF-8 where our calculations noted above would not work?
    Thanks

    Hi Karl,
    try to turn of the proxy settings (No proxy)
    in the preferences of Java Web Start.
    CU,
    Mathias

  • DV Video Encoder -- Type 2 and AVI OpenDML Uncompressed

    Dear all,
    I've been converting a number of edited 1280 x 720 videos to DV PAL Standard with Adobe Premiere Elements 9.  However, when I was importing the output file to another DVD editor, some of the files have been rejected due to the follwing reasons hightlighted in red.  Do you know how o fix it?
    100 - DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    101 - AVI OpenDML Uncompressed, 24bits 720 x 576    , PCM 48kHz 16bit Stereo
    102 - AVI OpenDML Uncompressed, 24bits 720 x 576    , PCM 48kHz 16bit Stereo
    104 - AVI OpenDML Uncompressed, 24bits 720 x 576    , PCM 48kHz 16bit Stereo
    105 - AVI OpenDML Uncompressed, 24bits 720 x 576    , PCM 48kHz 16bit Stereo
    106 - DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    100P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    101P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    102P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    104P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    105P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    106P- DV Video Encoder--type 2, 24bits 720 x 576 4:3, PCM 48kHz 16bit Stereo
    Thanks in advance.
    Best regards,
    Anson

    Unfortunately although you can apply all kinds of styles in the Forum editor, it throws most of them away when you post. So, as you will have seen, you cannot display in colour. If I recall correctly the only universal accepted features are normal, bold and italic. Depending on your browser smileys' may or may not work.
    What other editor gave you the errors?
    Are all those lines you've posted error messages?
    Can you load the offending clips into GSpot v2.60 and post the screenshots here.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Encoding type of audio file

    Hello All,
    I just started using JMF framework for audio streaming. We are developing an application such that server,which is written in java, streams audio and the client written in dot net has to capture the stream and play. we are struck up on the client side.
    suppose i am transmitting a mp2 file. How to know encoding type of the audio file.
    Is there any tool on mobile device to capture the audio stream and play it. Actually i should be able to invoke that application from dot net on mobile device.
    Any information on this is very useful to me.
    Thanks,
    Sai

    2 things...
    This isn't a .NET forum, this is a Java forum. So this isn't the appropriate place to ask for help with your .NET client...
    You didn't post anywhere near enough information to receive any sort of help... You didn't even post how you're streaming data, but you expect someone to tell you how to receive the stream? Seriously?

  • Urgent - Idoc type and the Message type

    Hello
    Its very urgent. I want to know the basic idoc type and the message type used for EDI 894 transmission (Delivery / Return Base Record). Please respond at the earliest.
    Thanks in advance

    HI
    Pratibha
    How are you ?
    Please check the below links:
    http://scn.sap.com/thread/990524
    http://www.erpgreat.com/pm003.htm
    http://scn.sap.com/thread/1386811
    http://scn.sap.com/thread/1078741http://www.erpgreat.com/plant/what-is-equipment-master.htm
    http://benxbrain.com/en/index.do?onInputProcessing%28brai_object_thread%29&001_threadid=0000835100&001_boardtype=01&sysid=PI1&pgmid=R3TR&object=TABL&obj_name=EQBS&child_param=
    Mutti

Maybe you are looking for

  • WebDAV: Excel 2013 truncates the encoded URL at # (%23)

    (originally posted in Open Spec forum, but was asked to repost here) We encountered a problem  on our existing WebDAV server with Office 2013. When a file name contains a number sign (aka hash, aka pound sign), Excel truncates the URL at that sign. N

  • White halo around black type

    A thin white halo is showing up around my large black type and also around the black image I placed in the document. The background is purple so the halo is very noticeable. I tried a number of things to get rid of it: -I rasterized just those object

  • I cannot activate facetime on my iphone4

    i need facetime to work.  i just bought this.. apple wont help...

  • MSI 990FXA-GD65 [MS-7640 PCB 3.0] throttling issue

    Hi, i'm on the last official BIOS (J.90) and my CPU throttle to 4x multiplier on my Phenom II X6 1090T. I got this problem on every cold start. And i need to reboot in order to temporary fix it...until the next cold start. I noticed that when i got t

  • Convert to word problem

    When I convert a file to a word document,  it changes the color of business logo. the logo is a med blue and it changes it to black with outline in blue. Why does it do this?