About encoding convertion from ISO8859-1 to GBK

Hi,
i tried to convert a string of 000"testline"111 from iso8859-1 to gbk.
here is the code:
// db stores data in iso8859 encoding
String contractname = rs.getString("contractname");
// change it to gbk
String contractnamegbk = new String(contractname.getBytes("ISO8859-1"),"GBK");
my test page uses GBK charset
and when i display it on the page using <%=contractnamegbk %>
it only shows me 000 missing the "testline"111
anyone knows what the problem is?
thanks very much

man i still have problem converting from 8859 to gbk
i think string is just string, it represents that
single piece of data wherever it is stored, on
windows,unix or other systemIn Java a String contains UNICODE characters. I say again, UNICODE characters.
>
the difference is that system might use different
encoding to read what this data is,so they
getbytes(in some encoding) hoping to know what it is.No! getBytes() converts the UNICODE characters contined in the String to an array of bytes using the encoding specified. If you don't specify an encoding it take the default encoding which is platform and Locale delendent.
>
i use this
String gbkstring = new
String(paraStr.getBytes("ISO8859-1"),"GBK");
i think data transferd from a iso8859 database to my
testpage, and i should use the same way to decode it
to what it is and i then use GBK to store or display
it.NOI NO NO! As I said in my first post, this first creates an array of bytes which are the ISO-8859-1representation of the characters in the String and then pretends that these are GBK encoded and tries to create a String from them. It does not convert ISO-8859-1 to GBK. I say again, it does not convert ISO-8859-1 to GBK.
>
and it works.but when i tried to convert 000"test
word"111 it still displays 000 missing the rest
I don't understand what you mean here.
The bottom line is that when you get the String from the database, whatever the coding was in the database, once you have it as a Java String the content is UNICODE characters. If the database stored it as ISO-8859-1 then hopefully the JDBC driver performed the correct conversion to turn it into UNICODE.
Java Strings contain UNICODE characters. Java Strings do not contain ISO-8859-1 characters. Java Strings do not contain GBK characters. Java Strings contain UNICODE characters.

Similar Messages

  • Convert from Managed to Referenced

    Greetings,
    I posted this question once before, just wanted to try again.
    I followed Sierra Dragon's recommendation on upgrading my library (over 300GB in size). I am about to convert from managed to referenced, but I have a specific filing structure in Aperture that I would like to maintain on my FW800 drive.
    Basically, every folder starts with the year, the 2 digit month followed by the name of the month, (2010 10 October). Within each of these folders are my projects. This sorting helps me keep track of my favorite subjects.... (My family).
    That being said, when I convert, it would appear that Aperture will keep each picture in the project but not do so by folder. I want to maintain the folder structure. Does anyone have any input on how this is accomplished.
    My thanks to all.
    De Colores...
    Michael

    Hi Michael,
    I don't have time this morning for a thorough (or, apparently, concise) response. See if this is in any way helpful.
    I followed Sierra Dragon's recommendation on upgrading my library (over 300GB in size). I am about to convert from managed to referenced, ...
    Good. Moving your Masters off your system drive (assuming that's where they are) should give you a performance boost as well as allowing you to expand your holdings.
    but I have a specific filing structure in Aperture that I would like to maintain on my FW800 drive.
    Why (I mean that)? What advantages do you get from this unique filing structure? Can those advantages be had with anything simpler, more standard, or easier-to-implement?
    That being said, when I convert, it would appear that Aperture will keep each picture in the project but not do so by folder. I want to maintain the folder structure.
    This is, ime, a waste of your time. Aperture already doesn't store your digital negatives this way. (Right-click your Aperture Library in Finder and select "Show Package Contents to see how Aperture stores your files. Look but don't touch.) When you convert from a Managed Masters to a Referenced Masters Library, your Library structure remains untouched: your Image Folder structure is not altered. All that happens is that digital negatives are moved, and the pointers in your Library are pointed to the new locations outside the LIbrary instead of the current locations inside the Library.
    One of the powerful but odd things which Aperture does is to separate image management from file management. File management structures are fixed (and unwieldy). Aperture frees the user from those confines (and for many users, keeps this secret). You surely know this already, but now as you convert from a Managed Masters Library to a Referenced Masters Library is a good time to examine it again. You want to view your Projects by date? Go to Projects View and sort by date. You can group by year and drill down. With effective Project-naming, your can filter by type (e.g.: family, personal, work, birds). Your tools for image viewing are much more powerful. Want to see all shots of your dog during the first year of its life? No problem (as long as you've keyworded well). You can even set up Smart Albums -- as many as you like -- for this or (almost) any imaginable sub-set of your images. And when your interests change, you can delete the Smart Album (or Album) and not worry at all about losing your images.
    I realize none of that is new to you. The point I'm trying to make is that your Library structure can and should be designed foremost to meet your image retrieval needs (and not your file storage needs). Each digital negative lives in one and only one Project. Beyond that, you are free. In your case, it may make sense to create a structure based on family rather than one based on date. The date structure is hard-coded into Aperture -- you can't lose it, you can always use it, and you don't have to reproduce it in your Library.
    My suggestion is to treat separately your file storage from your image storage (don't use your file storage structure as your image storage structure), and develop an image storage structure which works great for you that is not based on "when shot". (And again, "when shot" is very valuable -- so valuable, it's irremovably hard-coded into your images and into Aperture, which is why you needn't recreate it.)
    Back to your question: if Aperture won't create the Finder folder names you want, use the great Name Mangler to batch rename your Finder folders. At most you'll have to run it through twelve times, once for each month. This would be a one-time change. After that, you'll have to manually create new folders (might as well do them in sets of twelve), and then when you Import point to the storage folder.
    None of that is, respectfully and imho, worth the effort.

  • What is the SAFEST SEQUENCE to convert from a Outlook/iPad/iPhone synced with MobileMe to syncing with iCloud (I have 10 years of calendar diary events and 3000 contacts) - I am worried about the data issues that have been posted about iCloud.

    What is the SAFEST SEQUENCE to convert from a Outlook/iPad/iPhone synced with MobileMe to syncing with iCloud (I have 10 years of calendar diary events and 3000 contacts) - I am worried about the data issues that have been posted about iCloud.
    This has worked fine with MobileMe with only a couple of minor glitches in the past.
    Any experience doing this the "right" way?

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • XML: LPX-00200: could not convert from encoding UTF-8 to UCS2

    Hi,
    Greetings!
    I have special character(s) in a column and that character is chr(189) and because of that when i use the xml functions in my query it returns below error.
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00200: could not convert from encoding UTF-8 to UCS2
    Error at line 1
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    I am using sys_xmlagg and getting above error when i encounter the data as below:
    "Dixon¿s Chicago".
    Note: When ever It encounters the bold character string it fails ... Any help !!!
    And one more thing when i create another record with same data by copy and pasting it works fine and when i did a dump on that column data its different. see the below result of dump.
    Naveen.
    SQL> desc temp_xml;
    Name Null? Type
    TNO NUMBER(4)
    NAME VARCHAR2(255)
    SQL> select name,length(name),dump(replace(name,chr(189),'')) data_dmp from temp_xml;
    NAME LENGTH(NAME) DATA_DMP
    ¿s Chicago 10 Typ=1 Len=12: 239,191,189,115,32,67,104,105,99,97,103,111
    ¿s Chicago 10 Typ=1 Len=11: 194,191,115,32,67,104,105,99,97,103,111
    SQL>
    if you observe the above 2 rows the fist row shows length as 12 and second shows as 11. actually 2nd rows works fine but first gives error. I am not able to see where that hidden character is and not able to remove that character.
    Message was edited by:
    naveenhks

    Hi,
    I have a similar problem:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00200: could not convert from encoding UTF-8 to ISO-8859-1I'm executing the following Select when encountering this error:
    SELECT /*+ INDEX(resource_view XDBHI_IDX) */
               extract(resource_view.res, '/Resource/Contents/*').getClobVal()           AS Dokument
      FROM  resource_view
    WHERE resource_view.any_path LIKE '%PATH_TO_FILE%';I have 5 XML-documents and this error occurs at two ('A' and 'B') of them. When I transfer the same 5 documents from another PC the error occurs at document 'C' and not at 'A' and 'B'.
    Any clue or hint which could explain this behaviour? What NLS parameters can I check in order to help you understand the situation?
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • LPX-00200: could not convert from encoding UTF-8 to UCS2 during

    When doing an query with SQL/XML on a database with the following characterics
    NLS_LANGUAGE -- AMERICAN
    NLS_CHARACTERSET - UTF8
    NLS_NCHAR_CHARACTERSET - AL16UTF16
    Database version is 9.2.0.5.0
    I get the following error on a text with special characters
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00200: could not convert from encoding UTF-8 to UCS2
    I used the tip from another developer to use the convert function :
    XMLForest(convert(train.programma, 'UTF8', 'WE8ISO8859P1') AS "programma"
    Now at least I don't get the error but in the resulting all special characters (and there are a lot of them!) are garbled
    So for example (hope this comes across during the post)
    original : coördinatoren
    in xml : coördinatoren
    Any suggestions here? I'm not really allowed to change any database-parameters or doing an upgrade
    Maybe using something else in the convert function?

    Here's the complete query (with the convertfunction in it). Hope this helps
    select XMLElement("lmsImport", XMLAttributes('LmsImportSchema.xsd' as "xsi:noNamespaceSchemaLocation",
    'http://www.w3.org/2001/XMLSchema-instance' as "xmlns:xsi"),
    XMLElement("trainingen",(
    Select XMLAGG(XMLElement("training",
    XMLElement("id", train.id),
    XMLElement("code", train.code),
    XMLElement("leverancier",
    XMLElement("leverancier",
    XMLATTRIBUTES(NVL(train.leverancier, 'vendr000000000001021') as "leverancierId"))),
    XMLElement("status", (CASE when TRUNC(NVL(train.disc_from, sysdate)) >= TRUNC(sysdate) then
    'Actief'
    else
    'Inactief'
    END )),
    XMLElement("naam", train.naam),
    XMLForest(
    XMLForest(Decode(train.afronding, 'Bewijs van Deelname', 'Instituutsdiploma', train.afronding) AS "afronding") as "afrondingen"),
    XMLForest(
    XMLForest(train.lesmethode AS "lesmethode") as "lesmethodes"),
    XMLForest(
    XMLForest(convert(train.programma, 'UTF8', 'WE8ISO8859P1') AS "programma") as "memos"),
    XMLForest(train.lesduur AS "lesduur")).extract('/*'))
    FROM (select cours.id id, cours.course_no code, cours.custom2 leverancier, cours.disc_from disc_from, cours.title naam, 'Training' lesmethode,
    cours.desc1||cours.desc2||cours.desc3||cours.desc4 programma, ROUND(cours.num_days) lesduur, ddcus.str_value afronding
    from tpt_courses cours
    inner join fgt_domain domin
    on cours.split = domin.id
    left join (fgt_dd_custom ddcus
    inner join fgt_dd_domain_to_attr ddoat
    on ddoat.id = ddcus.attr_id
    on ddcus.owner_id = cours.id
    where (domin.name = 'Content' or domin.name like 'CT%')
    and ddoat.attr_id = 'ddatr900000000000009'
    union
    select prdct.id id, prdct.part_no code, prdct.vendor_id, prdct.disc_from disc_from, prdct.name naam,
    decode(prdct.equip_cat_id, 'eqcat000000000000005', 'WBT', 'eqcat000000000001006', 'Book', 'eqcat000000000001019', 'Training', 'eqcat000000000001037', 'Training') lesmethode,
    prdct.desc1||prdct.desc2||prdct.desc3||prdct.desc4, null, custom7
    from tpt_product_catalog prdct, fgt_domain domin
    where prdct.split = domin.id
    and (domin.name = 'Content' or domin.name like 'CT%')) train )).extract('/*')).extract('/*') from dual;

  • I have an iMac running Mavericks 10.9.4 I also have about 30 Kodack photo CDs that I wish to convert from PCD to Jpeg but Mavericks will not see the files, they are grey.  Is there any way to convert them?

    I have an iMac running Mavericks 10.9.4 I also have about 30 Kodack photo CDs that I wish to convert from PCD to Jpeg but Mavericks will not see the files, they are grey.  Is there any way to convert them or must I do it on another machine?
    Kaibil

    iPhoto used to support the PCD format up to a few years ago. It's extremely frustrating that Apple decided to no longer support this format and now I'm directed to pay nearly $40 for an app that will (GraphicConverter 9). Did Lemke Software make a deal with Apple so we'd have to pay a premium for a very overpriced converter? And, how are decisions like this supposed to encourage the use of iPhoto?
    Apple users already pay a premium to use a Mac. Obstacles like these eventually destroy loyalty to the Apple brand. Just ask Microsoft how their back room deals that exploited their customer base worked out for them.

  • Does converting from dvd to mpeg4 reduce file size?

    Ive searched over and over and cant find the answer to this.
    I ripped the DVD Bruce Almighty onto my computer using DVD decrypter. I then converted it using Videora Ipod converter. The ripped file was something like 6.5 gigs. The converted file is only 660MBs. Is this normal ?
    Also I have seen it happen opposite, where I downloaded a clip of a diamond store robbery and it started as a 9,791KB Windows Media Audio/Video file and after i converted it, it became a 40,990KB Mpeg-4 Movie file.
    Any help or explanation is greatly apreciated
    Oh and I watched bruce almight and it worked great, im definately not complaining that it took up less space, just curious of why and if the videora default settings are possibly converting to a smaller bit rate or something that is going to reduce quality when watching on ipod or itunes.

    yes thats compleatly normal. You're looking at 3 differant video formats that all compress differantly and efficiantly. The ipod uses Mpeg4 and h.264 which is a more efficiant version of mpeg4. What you have to rememver is when converting from other formats, the video becomes that new format and losses its old compression bit rate (how much data is prossesed per second) and format and gets a new bit rate and new format. Like when I edit video, its done in a format called DV on which 10 minutes of video takes 2 gigs. But the finished product becomes a dvd whichi can fit 1 hour of comparable video in the same space. Let me explain more.
    Mpeg2 is the video format of dvds. Mpeg2 is a pretty effiant codec but requires a pretty high but rate to be acceptable. Mpeg4 can do with less data and achieve around the same quality. Also you have to remember that vidora is resizing the video to a lower resolution making the video even smaller.
    As for a video getting bigger, thats normal as well. As I said is that the new file will achieve a new bit rate. Mpeg or wmv may need to be reencoded at a higher mpeg 4 bit rate to keep around the same quality of the original video. If you encoded the video at the same bit rate as the old video, youll loose alot of quaity form being double compressed.
    All this is hard to explain if you know nothing about video formats and how convertion works. Hope some of this makes sence

  • Applescript to convert from AW6 spreadsheets to Excel

    I have an iMac (iMac12,2) running OS 10.9.1 with applications of Pages’09 (4.3), Pages (5.0.1), Numbers’09 (2.3) and Numbers (3.0.1) available.
    One of my laptops is a MBA (MacBookAir1,1) that I have kept at 10.6.8 with applications Appleworks (6.2.2) and Appleworks (6.6.9) available.
    Recently, I converted many CWWP documents from AW6 into Pages.  This was done on the iMac with an Applescript that copied a file (AnyDocumentCWWP) to the desktop as a file named AWV6, opened AWV6 with Pages’09, saved the result as AWV6.Pages, applied the creation date and modify dates of the original to AWV6.Pages, moved the new AWV6.Pages to the original directory and moved the original file to the trash, renamed AWV6.Pages to the original filename (excluding extension).  The Pages version of the original document does not preserve the formatting of the CWWP, but the content was now discoverable with Spotlight.  Since I was primarily concerned with the content, I would consider the conversion effort successful enough.
    I performed the same sort of process on the iMac with CWSS documents converting from AW6 into Numbers.  Here the results were less successful.  I discovered that many of the converted spreadsheets had cells where the cell contained the last calculated value in substitute for the formula originally present -or- Numbers was unable to open the CWSS spreadsheet due to size limitations.  Neither problem occurs when the file is converted on the MBA by Appleworks into an Excel format.  For those CWSS files that did not properly convert to Numbers, I would like to perform a conversion to Excel.
    When a given spreadsheet is manually opened on the MBA with either version of Appleworks, one can “Save as” using several formats of Excel.  That operation will preserve the formula which cannot be recognized in Numbers’09. An example of this issue is when a spreadsheet has a cell that contains a formula with the function “ISNUMBER”.  When I manually open a CWSS in Appleworks (either 6.2 version), I can Save As Excel Win 97 … or Excel Mac 98 … creating an XLS file that preserves the formula.
    I have attempted two techniques with Applescript to be able to convert my CWSS documents into XLS format.  Neither seem to work.
    The first technique is very similar to a few lines extracted from a canned script found on http://macscripter.net/viewtopic.php?id=8296 the relevant code is:
    set theSprTranslator to "Excel Win 97, 2000, XP 2002 spr"
    tell application "System Events" to set mfpath to get path of disk item ("~/desktop/" as string)
    set newfile to (mfpath & "AWV6" as string)
    set NewFilename to AWV6XLS
    tell application "AppleWorks 6"
        activate
        open newFile -- alias reference is ok
        save using translator theSprTranslator with NewFilename and replace
        close front document without saving
    end tell
    When this did not work, I attempted a scripted GUI solution as a second option.  The GUI code I had found at http://stackoverflow.com/questions/17348326/applescript-to-save-an-appleworks-do cument-wont-compile-end-tell-vs-end-easy is:
    tell application "System Events"
             tell process "AppleWorks"
                     click menu item "Save As…" of menu "File" of menu bar 1
                     click menu button "File Format" of window "Save : AppleWorks 6"
                     click menu item "Excel Mac 5 spreadsheet" of menu 1 of menu button  "File Format" of window "Save : AppleWorks 6"
                     keystroke return
             end tell
    end tell
    Unfortunately there is no “File Format” menu button, after a bit of further research, I discovered UI Browser and wrote my own Applescript equivalent:
    set mytempwork1 to AWV6
    set theSprTranslator to “Excel Win 97, 2000, XP 2002 spr”
    tell application "Finder" to open file (mytempwork1 as string) of the desktop
    tell application "System Events"
        tell process "AppleWorks"
            click menu item "Save As…" of menu "File" of menu bar 1
            tell text field 1 of window "Save : AppleWorks 6"
                set value to "XX" & mytempwork1
            end tell
            click pop up button 1 of group 1 of window "Save : AppleWorks 6"
            click menu item theSprTranslator
            —click radio button 2 of group 1 of window "Save : AppleWorks 6"
            —delay 3
            —click radio button 1 of group 1 of window "Save : AppleWorks 6"
        end tell
    end tell
    tell application "System Events"
        tell process "AppleWorks"
            delay 10 — <<<<<IF YOU CLICK ON THE BUTTON WHILE IN THIS DELAY, THE SCRIPT WILL BEHAVE PROPERLY
            click button "Save" of window "Save : AppleWorks 6"
            delay 1
        end tell
    end tell
    This GUI script behaves almost as I would like.  It seems to ignore the setting of the “pop up button 1” unless I actually intervene while the script is running and I click on the button.  When I do so, the script runs as intended.
    Is there a way to force Appleworks to recognize the Applescripted value of the “clicked” menu item?

    Hello
    As far as I know, there's no need to resort to GUI scripting. The problem in exporting in AppleScript is that AppleWorks 6 only accepts typeChar (TEXT) data as translator name while AppleScript string has become always being represented as typeUnicodeText (utxt) since OS X 10.5. This makes passing translator name to save command difficult but there's a workaround method as shown in the sample code below. The |TEXT|() handler does the job. Tested with AppleWorks 6.2.4 under 10.6.8.
    main()
    on main()
        set export_translator to "Excel Mac 98, 2001 spreadsheet"
            "Excel Mac 5 spreadsheet"
            "Excel Mac 98, 2001 spreadsheet"
            "Excel Win 5 spreadsheet"
            "Excel Win 97, 2000, XP 2002 spr"
        set export_translator_TEXT to my |TEXT|(export_translator)
        set src to (path to desktop)'s POSIX path & "in.cwk"
        set dst to (path to desktop)'s POSIX path & "out.xls"
        set srca to src as POSIX file as alias
        set dsta to touch(dst) as POSIX file as alias
        tell application "AppleWorks 6"
            --return export translators
            open srca
            tell document 1
                if document kind = spreadsheet document then
                    save in dsta using translator export_translator_TEXT
                end if
                close saving no
            end tell
        end tell
    end main
    on touch(f)
        do shell script "touch " & f's quoted form
        return f
    end touch
    on |TEXT|(u)
            string u : source text
            return data : «data TEXT...» representing u converted to MACROMAN encoding
        do shell script "u=" & u's quoted form & "; printf '%s' \"$u\" | iconv -f UTF-8 -t MACROMAN | xxd -p"
        run (run script "
    script
        «data TEXT" & result & "»
    end script")
    end |TEXT|
    Hope this helps,
    H

  • How do I convert from PAL to NTSC in compressor?

    I have a project I converted from mp4 file to Apple Pro Res to edit it in FCP.  I exported using Compressor and tried to import the files to DVD Studio Pro.  It said it can't put PAL files into an NTSC project.  I didn't even realize it was filmed in PAL (yes, I have the rights to use the footage).  How do I convert the files from PAL to put it into FCP...in Compressor?  If so, how?  Thanks for any help!

    To  convert the 25fps PAL file to a 29.97fps file staying within the ProRes codec:
    • Open up compressor. In the Settings window select: Apple>Formats>Quicktime>ProRes 422
    • Select the "Duplicate Selected Setting" icon in the upper left of the Settings window
    • This creates duplicate of the preset that you can edit
    • Select the preset copy and, in Inspector, give it a new name (something like ProRes PAL>NTSC)
    • In Encoder>Video Settings>Frame rate - and change the frame rate to 29.97
    • In Frame Controls> turn them on and set Resize Filter and Rate Conversion to BETTER.  (If so set them to BEST, be prepared for a long wait)
    • In the Geometry tab, set the Frame Size to 720x480 (you don't say if the file is 16:9 or 4:3)
    • Submit the file and go have dinner. Depending on the length of the file, it may take hours.
    Have fun.
    x

  • IPod Classic 160GB film library sync problem -  trying to sync films that have converted from purchased DVD to mp4 format locally, not purchases from the online store - all other libraries sync perfect - why?

    Hello Apple and the iTunes Windows PC users community.
    I am trying to sync films that I have converted from purchased DVD to mp4 format locally, not purchases from the online store. The mp4s all appear and play successfully in my iTunes application but will not sync across to the iPod film library folder.
    For your information: I am using iTunes 11.1.3.8 on a Windows 7 64bit machine with 500GB hard disk and 8GB of Ram in the UK.
    I have restored the iPod classic 160GB three times now to see if it was a hardware problem with no joy. Each time all the music restores properly as do the podcasts and all the items in TV programmes all appear to sync and work fine.
    I have also tried to copy films into the TV Programmes to get around it with no joy. They always go to the films section to start with. It is just the Films library that does not sync - all others work perfectly. As a last resort I have uninstalled and re-installed iTunes with no joy either.
    I am technically savvy and have gone through the itunes and ipod settings but nothing appears to make a difference - This is the first time I have had to post here as I can usually solve the majority of the ipod anomilies but this one has me flummoxed.
    Has the film encoding type changed in the newest itunes update? - Has this happened to anybody else and is it a hardware, software, or operating system problem.

    Having uninstalled the current version 11.1.3.8 and loaded and older version of iTunes 10.7.0.21 I can now categorically confirm that the newest update seems to be causing the problem as the films and TV Programmes are syncing perfectly on this older version.
    If you are going to do this please dont forget to remove the  ' iTunes Library.itl' file as this stops the older versions from running as I've just found out

  • CS6 has been converted from the upgrade I bought to a trial version.  What the heck is going on.

    I upgraded from CS5 to CS6 for my IMac.  I downloaded CS6 and out in my serial number and it worked fine for a number of weeks.  Suddenly when I went to use it it said it was a trial version.  I had to register it to use my CS6   I registered it and it worked,  but only as a Trial Version of CS6 Extended. I do not want CS6 Extended.  I deleted the trial version of CS6 Extended from my hard drive and once again downloaded my upgrade of CS6 and put in my serial number and it worked fine for a couple of weeks. Today, once again, it tells me it is a trial version and will not load unless I register the trial version. What the heck is going on? This is crazy.  I simply want to use CS6, for which I paid. Help!
    Frank Brault

    Thanks!
    Date: Sun, 30 Dec 2012 12:49:52 -0700
    From: [email protected]
    To: [email protected]
    Subject: CS6 has been converted from the upgrade I bought to a trial version.  What the heck is going on.
        Re: CS6 has been converted from the upgrade I bought to a trial version.  What the heck is going on.
        created by Dragoro21 in Photoshop for Beginners - View the full discussion
    Its a bug that came with the latest update. The developers know about it and will fix it as soon as they get back from christmas vacation. Lots of us (inluding some of the developers) are suffering the same problem.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4957602#4957602
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4957602#4957602
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4957602#4957602. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop for Beginners by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Files converted from m4a to mp3 are not displaying correctly in feed

    hi; i recently produced my first show in garageband (after using a bunch of other audio apps in the past), exported to an m4a file, and converted to mp3 in itunes, but it is not showing up as an audio file in my feed.
    the feed is http://feeds.feedburner.com/wellroundedradio and my blog posting on it is http://wellroundedmedia.blogspot.com
    is there something you need to do when converting from m4a to mp3 in itunes to make sure the settings are all correct so it will be enclosed as an audio file? i have tested other mp3 files in the feed and they are working fine.
    thx, charlie
    ==
    charles mcenerney
    host + producer
    well-rounded radio
    http://www.wellroundedradio.net
    iBook G4   Mac OS X (10.4.8)  

    greg-
    thanks. yes, i think that's what has been so tricky about this. i add a link to an mp3 in blogger, but feedburner doesn't add this particular show as an enclosure, so it's not updating in the feed. can't seem to find where the origin of the problem, though...is it blogger, feedburner, or the mp3 file or...?
    charlie

  • Are there problems converting from Adobe Bridge to Organizer?

    HI,
       I've searched for information on this and haven't found anything so maybe there aren't any problems :} but...Murphy and I are good friends so I have to ask if there are problems.
    I currnetly run Elements 8 on a MacBook and have about 2000 pictures in Bridge and some in Iphoto. I use bridge for pictures for web design and Iphoto for family stuff.  I 'help out' with the computer stuff at a cat shelter in town and they have just bought Elements 10 and run the PC version.  I am thinking of upgrading to 10 so I will be familiar with their version but am worried about converting from bridge to organizer. Are there any known problems?  Is there a tutorial some place about the conversion from bridge to organizer.
    Thanks for any ideas

    You have no pictures in Bridge. Bridge is just a browser; it just shows the current state of any folder to which you point it, so that's no problem. If you really want to use organizer, it will pick up your metadata keywords when you import the photos. Photos from iphoto will be duplicated on import to the organizer (normally it just makes a dbase pointer to the existing photo) to avoid inadvertently writing into the iphoto library, which can corrupt it and cause loss of the photos it contains.
    You will lose any stacks in bridge when you import the photos into organizer.

  • Convert from PSE10 to Lightroom - metadata concerns

    After one too many frustrations with PSE, I've been looking for an alternative program.  I don't care about editing - metadata (Organizer type features) are my focus.  I looked at a few non-Adobe programs - a big problem with them is I can't import my PSE10 catalog, with 12,000 photos.  On the PSE forum, the most common advice was to go to Lightroom, so I was holding out hope for that.  However, I've played with the LR 5 trial for half a day now, and as far as I can tell, it doesn't make good use of the PSE catalog either!  This is very disappointing for me, but I'm wondering if some of you folks can show me things I'm missing.
    I'm looking into to converting from PSE10 to LR 5 on a Windows 7 machine.  I have about 12,000, half TIFs from scanned images and half JPGs from digital cameras.  As I said, I only care about metadata management.  My focus is genealogy, so getting the original dates of scanned pictures captured is very important, and these often are only roughly known.
    My main issue is that it seems to me that LR is taking the metadata from the photo files, not the catalog.  I used the LR feature "Upgrade Photoshop Elements Catalog".  The reason I say this is for two reasons:
    (1) When PSE10 writes tags to files, it adds to any tags that are already there.  So although PSE10 shows only the updated set of tags in the GUI, the photo files have both old and new tags.  After doing the LR Upgrade PSE Catalog, I'm seeing old and new tags.  It appears to be ignoring what is in the catalog and looking at the file.  (As far as I know, the old tags are not present in the PSE catalog anymore, so it can't be looking at the converted catalog.)
    (2) PSE10 allow you to tag photos with incomplete dates (e.g. no time, no day and/or no month).  But if PSE10 has an incomplete date, it won't write it to the file (very annoying for working with historical photos).  But LR does not show these partial dates, it only shows complete dates.  In this case, I'm not sure if LR is showing the metadata in the photo files, or if it dropped the PSE10 catalog date info during the "Upgrade".
    So my main question is, am I missing something with regards to the import, or am I correct in my impression that this "Upgrade PSE Catalog" isn't doing much of anything?  (ExifTool shows all the metadata in the photo files -- much more complete than LR for that matter -- so what am I gaining by importing the PSE catalog into LR?)
    A couple other miscellaneous questions if I may:
    -- In PSE10, there is a notes field in the metadata, which goes into XMP-album in the photo files.  Does LR not support this?  As far as I can tell, LR supports only a few XMP namespaces, with no support for others.
    -- In LR in the Folder pane, I have no scroll bar, so I can only see the first few entries.  This seems to be a serious bug to me.  Or am I missing something?
    -- It appears in LR that one cannot show your entire catalog in the main pane sorted by folder then by file name.  Is this correct?  (This also seems to be a major drawback to me!)
    -- When I try to change the date of a photo (Edit Capture Time in LR), it forces you to enter a complete date/time, unlike PSE10.  Overall, it is much easier to manage these dates in PSE, it seems.  Does LR handle incomplete dates to any level?
    -- When I did my PSE import/"Upgrade", it assigned the wrong file names to some of my photos (it used file names from other photos in the catalog).  Is this a known issue?
    I imagine I have a very unusual vantage point, but at this point it seems that PSE is far superior to LR!  And I'm not happy with PSE10!!  Anyways, thanks in advance for your input.  Sorry about the long post - wasn't sure if I should divide it up or not.
    Bill

    This is a reply to the post from John R. Ellis...
    You mentioned "Adobe has never bothered to fix...".  Note that the last post by Michel B in this thread
    http://www.elementsvillage.com/forums/showthread.php?t=78779&page=2
    indicates that PSE11 can handle this.
    You say "After importing.... I used ExifTool to append..."  Did you do this file by file, or with a script?  A Perl script?  (The reason I ask is that I would have to learn Perl, so I would have to decide how much this means to me...)
    Regarding your suggestion to use fake dates
    "(e.g. "1970" => "1/1/1970 00:00:00")"
    I've been aware of this since I read it in your psedbtool material a year or two ago, but I've resisted making such changes.  When dealing with historical photos, you want the ambiguity.  In fact, you'd like to use things like "About 1970" and such.  I wish the photo metadata community would get on board with that.
    Regarding your point about catalog conversion, for me it sounds like it would be just as good to import the photo files directly.  (Better for me, I think, since converting the catalog seems to lose the folder hierarchy in the LR Folder view for some reason.  However, if I'm going to import the photo files directly, then LR has no advantage for me over any other program that I can see.  The ExifTool GUI utility does a much better job with the metadata in general - the key drawback for me being the fact that you have to type out the keywords each time you want to add one to photo.  Looking at the ACDSee Pro trial, that appears to handle metadata better than any of the Adobe products - the critical drawback being that it uses its proprietary XMP namespaces, meaning interoperability issues.  LR has drawbacks for me, such as not being able to sort by folder than filename in the main view pane and the lack of support for other XMP namespaces (and the Folder pane scrollbar thing).  So at this point I'm in a state of depression.  As far as I can tell, I only have a partial solution to my problems - upgrade from PSE10 to PSE11.  Truly a depressing notion!!

  • Problems when converting from pdf to word

    I am a translator and I get most of my work in pdf files. So I convert the pdfs into words to be able to change the text and edit. However, when dcuments are converted from pdf to word I have found they become very unstable and difficult to work with to the point I usually end up not using the coverted file. Is there any place I can go for training about what to do with those documents? Can anyone relate to this problem?
    thanks

    Hi patryba,
    You can access ExportPDF here: Adobe Acrobat.com.
    Please let us know how it goes!
    Best,
    Sara

Maybe you are looking for

  • How do I find out what the Serial # is to my HD ?

    Hey Folks, I have another question.. My 12" Powerbook has been dead now for about a week.. Dont ask how I am coping, b/c NOT WELL. lol ..However I did talk to a Tech Support rep from Toshiba (Maker of the HD) and they asked for the serial number to t

  • Calling a stored procedure which returns a value

    Hi Friends, I want to call a stored procedure which returns a value. Eg create or replace procedure xyz(a1 in varchar2, a2 in varchar2, z1 out number) thanks

  • Why Is Multitrack Quieter Than Edit View

    I have been working with Adobe Audition 3.0 for awhile now and recently noticed that when I am in Multitrack View the sound is good but a little better in Edit View. I saw the post where you can go to preferences in Multitrack View and adjust the pan

  • Customizing Proportional Factors in APO DP

    How can I base my proportional factors APODPANT on a future mix of a Statistical Model.  For instance, a Stat Model is run to create a suggested forecast.  Then my users can go into another KF to type in their forecast at the Product Family level.  I

  • Could you retrieve text messages from your phone by looking on your bill?

    im trying to retrieve messages that was erased off my phone after i plugged it up to my mac does anyone know?