File name conversions Windows Mac OS X

Hello!
I have just switch from Windows XP to Mac OS X. In fact, I did it two days ago, and I feel I am still mostly lost. I wonder if you can help with a newbie/switcher question:
I have moved all my files to the Mac, but I have notice that, though the file names are correct, the name of those files that were inside a ZIP show strange characters, and it is so for the non-English characters like áéíóúàèìòùñ etc.
I have noticed the same inside my txt files. Also, some punctuation marks do not show properly.
What is the explanation for this? Can it be solved? How could I do it?
Thank you all beforehand.

This is interesting, I believe I found what is an ASCII->Unicode file converter for OSX. It is a command-line tool, so you would need to know how to use terminal.
Go to this page and take a look:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=TECkitDownloads
The installer is:
TECkit version 2.2.1 for Mac OS X
Jonathan Kew, 2006-09-19
Download "TECkitinstaller2.2.1.tar.gz
I downloaded it and installed it, the command to launch it is:
/usr/local/bin/txtconv
which returns an instruction page. This looks like a document converter, not a filename converter.
I don't have any non-english files here so I can't test it, but maybe someone who knows more about command tools can help you more, like the UNIX forum on these boards.
PS:
I did tun the command on a test file like this:
/usr/local/bin/txtconv -i ~/testIN.txt -o ~/testOUT.txt
and it did create a new output file but no translated characters. If you would send a few files to my email address I'll mess with it for you.
See my profile for that address.

Similar Messages

  • How to copy the photo with file name at window 7 and search specific one in iphone 4s?

    How to copy the photo with file name at window 7 and search specific one in iphone 4s?

    Clendenen02 wrote:
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    This Bash script will do it.
    Edit "PicDir" and "MovDir" to the location of your Folders
    (Note: The comment is written to the m4v file using xattr, so the Spotlight comment field appears blank in Finder, but the comment metadata is still indexed by Spotlight (If you add a Spotlight comment from Finder, it is stored both as an extended attribute and in a .DS_Store file)
    #!/bin/bash
    PicDir=$HOME/Desktop/Pictures
    MovDir=$HOME/Desktop/Movies
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" == "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [ -e "$MovDir"/$movname ]; then
                         xattr -w com.apple.metadata:kMDItemFinderComment "\"$comment\"" "$MovDir"/$movname
                   fi
              fi
         fi
    done

  • Mac corrupts file names on Windows network

    I am using my MacBook with Tiger on a Windows peer-to-peer network. Works fine, except occasionally files names that I access on one of the Windows machines will become confused. It's occurrence seems random to me; I think it only happens when I save changes, though. So, for instance, the file OnlineAccountInformation.xls would become OnlineAcco%32hg.xls. Any idea what might be causing this? I had the same problem with Panther.

    well ther eis a 32 char limit for a file name .and an 80-something limit for the total path i think. Usually though i get an error message that just says so much or simply that an erro occured and the file couldnt be saved. Also if you have a super long name that youve saved on the windows machine youll usually get the DOS name of the file when browsing from a mac.

  • Large file/name transfers between macs & win 2003 server

    When trying to move a file between a mac power g4 running os x 10.4.6 and windows server 2003, if the file name is greater than 31 characters an error msg is generated:
    "The file name is too long or contains characters that cannot be displayed."
    The copying process stops.
    Is there a process/change allowing copy/transfer of files with names longer than 31 characters?

    Hi Chris!
    "File Services for Macintosh" on Windows Server has not been updated in years. It's still using the old AFP 2.2 protocol, which has the limit of 31 characters. Mac OS X 10.4 is using AFP 3.2, I believe.
    I have little hope that Microsoft will ever upgrade these services since they haven't done so in the past six or seven years since Mac OS X has been around. You'll either need to use a better AFP server such as Group Logic's ExtremeZ-IP or use SMB to connect to the server's file services for Windows. I suggest you not use Apple's built-in SMB client but instead use either Dave or ADmitMac from Thursby.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.9)  

  • Anyone know the syntax for printing-to-file for the file name in windows? Tried the following and it did not work...C:\Documents and Settings\Cal\My Documents\FolderForPrinting but I also put it in small quotes.

    Two issues I think.
    One is how a file is specified to print to.
    Second is how directories with spaces are allowed, and the detail for allowing spaces in directory or file names.
    This is an XP operating system from Windows.
    Firefox is the browser.

    Two issues I think.
    One is how a file is specified to print to.
    Second is how directories with spaces are allowed, and the detail for allowing spaces in directory or file names.
    This is an XP operating system from Windows.
    Firefox is the browser.

  • How do I change file names in "Windows Friendly" attachments before sending?

    In sending some "Windows Friendly" attached images, I want to change the file names so they are meaningful to the recipient. (I don't want to change the file name in my picture catalog, just for this mailing.)  In Outlook on an old pc, I remember being able to right click and rename the file in the email draft. I've tried right clicking on the image (which looks embedded in my draft), but there is no option for renaming. I can't see the file name in my draft to figure out another way to change it. I'm sure other people want to do this when sending other types of files, so there must be a way, right? I'm using the current version of Mail.
    Thanks!

    I'm pleased to have helped, if you are mailing images all the time perhaps you could create a new folder on the Desktop or in Finder/Username store your images in the folder rename the images click Drag & Drop more than one at a time but don't make the package too big!

  • File names in Windows NT and UNIX

    I have an application I made using Java 1.1.8 for AIX 4.2.1 ( IBMs UNIX). I develope on Windows NT using JDeveloper ( from Oracle). My problem is that I need to access files in my code. My code will run both on Windows and Unix, but the file directories are different. How can I access the same NAME of a file , which is in different directories on different Platforms. On the NT machine the file would be
    c:\\temp\someFile.txt, but on my Unix machine it would be /users/xxx/test/someFile.txt.
    Are there any ENVIRONMENTAL variables I can use?

    Look at the documentation for system properties: [url http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties()]http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties()
    You may be interested in user.home, user.dir, java.io.tmpdir

  • Missing .wmv .movie files on conversion to Mac

    I recently upgraded to a mac OSX 10.8.4 and have loaded Photoshop Elements 10.  I am trying to find a number of movie files that are .wmv files.
    There are about 10 files in all.  I have them all saved in a folder MacintoshHD/Users/saved files.  About 5 came across successfully to PSE10.  When I try to reconnect to them through PSE it won't let me.
    In Finder the files appear there and will play (I have installed flipfinder).  If I try to add the files to PSE when I get to the file structure they are all greyed out.  Why is this?  They can't be 'missing' as they are playable and 5 of them came across.  Just can't understand why it has only happened to some files.
    I would appreciate any help you can give me.

    There is no support for WMV files for the iPhone. Now a player could be written I guess that can play them but that player would be limited to it's own data (eg: cannot be spawned from email message since no app can work as a plug in as part of the rules of the SDK).

  • Date concatination to export file name on windows / Novell

    Hi everybody,
    I need utility which can add date at end of export file. How its possible in DOS/Windows/NT/Novell.
    eg: exprod.dmp --- exprod07122002.dmp
    Thanks

    If you're invoking export with a shell script you could do something like:
    exp file=exp%date%.dmp <other options>
    If you want to format the date you need to do something ugly like:
    setlocal
    for /F "tokens=1-4 delims=/ " %%i in ('date /t') do (
    set DayOfWeek=%%i
    set Month=%%j
    set Day=%%k
    set Year=%%l
    exp file=exp%Day%%Month%%Year%.dmp <other options>
    endlocal
    -Antti

  • Asterisk after file name on window title bar

    The asterisk is usually there in edit mode. when I press
    Save, it goes away, but then comes back again. I'm never sure of
    why its there. Is it indicating that I've made changes and should
    save?
    Thank you in advance for any advice.

    > I believe
    > all of the Adobe products I have used (Dreamweaver,
    Premiere, Captivate,
    > Acrobat, etc.) have that little indicator.
    I think it is an industry-wide system. I use loads of
    different software
    that does this.
    Steve
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    http://www.magnoliamultimedia.com
    You need to go to MAX -
    http://adobemax2007.com/na/

  • Copying files from Mac to Windows-invalid file names

    Unfortunately, my boss likes Windows more than Macs, so we have puchased some new Dell computers to replace older G4 Macs.
    I'm having trouble copying existing files from a Mac (OS 10.4)to the shared drive on the Windows XP computer. I'm getting an error message:
    "You can't copy the item 'filename' because the name is too long or includes characters that the disk can't display." Sometimes it doesn't give a filename, it gives a similar message "Some items couldn't be copied..."
    I assume the person has used some "illegal" file names such as "Meeting minutes 10/7/07" Or maybe we have too many folders inside of folders.
    QUESTION: Is there a correct/better way to copy large quantites of files/folders from Mac to Windows? Or is there a program that will look at the Mac files and alert me to wrong or too long files names?
    Other ideas to copy these files?
    thanks,
    Bill

    You can use a freeware utility like Renamer4Mac or BatchRename'em both of which have built-in filters that will rename files for Windows compatibility.
    Thank you... This sounded to me like it would fix the problem, so I downloaded both and looked at them. However, the manual/help file is very sparse, so I don't know if it will do what I want to and how it would do it.
    1. I couldn't find any option in either program to: Look at all files in selected folder, and list any invalid file names for Windows.
    2. There doesn't seem to be an option to "rename files without bad Windows characters" or "Remove invalid for Windows characters"
    I just couldn't find any explanation of how it was offering to rename the files. I can't rename all files to sequential names, that would make it hard to find a file later.
    Thank you,
    Bill

  • Leopard long file name windows support

    I have a Windows 2003 file server and Leopard client 10.5.5 build 9F33. One leopard client is able to see more than 27 caracteres file name and others are not able to see more than 27 caracteres on NTFS partitions.
    Any Idea how to setup all Leopard clients to see more than 27 caracteres file names on Windows 2003 with apple file share enable ?
    Best regards

    You post your questions all over the Internet, in many different places ...
    ... you get partial answers all over the Internet, in many different places.
    http://www.linuxquestions.org/questions/showthread.php?t=451208
    You're seeing a limitation of Windows and your CD writing software within Windows, not of Solaris.
    The answer is in that other website's forum thread.

  • How to creat the logical file name.

    Hello All,
    I want to create Logical file name in my program, So Please guide me  in this issue.
    Thanks

    Check this out
    http://help.sap.com/saphelp_45b/helpdata/en/2a/fa02b7493111d182b70000e829fbfe/content.htm
    FU FILE_GET_NAME
    Text
    Assign the Physical File Name Using a Logical File Name
    Functionality
    R/3 applications run on various platforms with various file systems. This function module enables you to use platform-independent logical file names in your application programs.
    Based on definitions maintained in customizing tables for platform-independent file names, the function module converts a logical file name to the corresponding physical file name and path for the hardware platform concerned.
    For this conversion to work for different platforms, the definition of a logical file name must include a logical file path, which in turn is converted to different physical file paths, depending on the particular platform. The platform-specific file name returned by the function module is composed of the physical file path for the current platform and the physical file name associated with the logical file name. Placeholders in physical file and path names are substituted at runtime by the corresponding current values.
    Example
    logical file name: MONTHLY_SALES_FILE
    physical file name: VALUES<PARAM_1>
    logical path: SALES_DATA_PATH
    physical path (UNIX): /usr/<SYSID>/<FILENAME>
    physical path (Windows): C:\SALES\<FILENAME>
    Example 1
    Get file name for UNIX platform
    (current system: K11)
    CALL FUNCTION 'FILE_GET_NAME'
    EXPORTING
    LOGICAL_FILENAME = 'MONTHLY_SALES_FILE'
    IMPORTING
    FILE_NAME = FILE
    FILE_FORMAT = FORMAT.
    Result:
    FILE = /usr/K11/VALUES
    FORMAT = WK1
    Example 2
    Get file name for UNIX platform, passing a parameter
    (current system: K11)
    CALL FUNCTION 'FILE_GET_NAME'
    EXPORTING
    LOGICAL_FILENAME = 'MONTHLY_SALES_FILE'
    PARAMETER_1 = '_TST'
    IMPORTING
    FILE_NAME = FILE
    FILE_FORMAT = FORMAT.
    Result:
    FILE = /usr/K11/VALUES_TST
    FORMAT = WK1
    Example 3
    Get file name for WINDOWS platform, with file name extension
    CALL FUNCTION 'FILE_GET_NAME'
    EXPORTING
    LOGICAL_FILENAME = 'MONTHLY_SALES_FILE'
    WITH_FILE_EXTENSION = 'X'
    IMPORTING
    FILE_NAME = FILE
    FILE_FORMAT = FORMAT.
    Result:
    FILE = C:\SALES\VALUES.WK1
    FORMAT = WK1
    Notes
    All definitions needed for the platform-independent assignment of file names are maintained client-independently with transaction FILE. Logical file names (but not logical file paths) can also be defined specifically for the current client with transaction SF01. Transaction SF07 generates a list of current definitions.
    The following concepts are used in the platform-independent assignment of file names:
    Logical file name
    A descriptive name for a file which is associated with these values:
    physical file name
    file format
    logical file path.
    If no logical file path is specified, the function module returns the physical file name only; placeholders are substituted by current values.
    Physical file name
    The physical file name may contain placeholders.
    Logical file path
    A descriptive name for a path which is associated with these values:
    syntax groups (groups of operating systems)
    physical file paths.
    Physical file path
    The physical file path is defined for a particular syntax group. It must contain the reserved word <FILENAME> as a placeholder for the file name. It may also contain other placeholders.
    Operating system
    Presentation server and application server can run under different operating systems. The current value for the application server can be obtained from the system field SY-OPSYS, the value for the presentation server by calling function module WS_QUERY.
    Both operating systems must be defined and assigned to a syntax group.
    Syntax group
    Group of operating systems with a common syntax for file and path names (e.g. HP-UX and SINIX).
    Placeholder
    Reserved words, set in angle brackets, which can be included in physical file and path names (e.g. <DATE>, <FILENAME>). You can find information on possible reserved words in the online help (F1 help) for the fields physical file name and physical file path when maintaining platform-independent file names with transaction FILE.
    If the logical path associated with a logical file name does not specify a physical path for the current operating system (syntax group), the path stored in the profile parameter DIR_GLOBAL of the current system is used for generating a complete platform-specific file name.
    Parameters
    CLIENT
    LOGICAL_FILENAME
    OPERATING_SYSTEM
    PARAMETER_1
    PARAMETER_2
    PARAMETER_3
    USE_PRESENTATION_SERVER
    WITH_FILE_EXTENSION
    USE_BUFFER
    ELEMINATE_BLANKS
    EMERGENCY_FLAG
    FILE_FORMAT
    FILE_NAME
    Exceptions
    FILE_NOT_FOUND
    Function Group
    SFIL
    Thanks
    mahesh

  • File Name Shortenings in Folders (Finder)

    My question is if you can change the format of how shortened file names appear in folders.
    The default is showing the beginning and ending of a file name:
    "summer vacation photos" -> "summ...otos" (of course depending on how large the file icon is or how wide the column is)
    I want to know if it is possible to change the settings to just show the beginning of the file name (the Windows default I guess):
    "summer vacation photos" -> "summer vac..."
    I just want to know because I find the Mac default to be difficult to read and to figure out what the file names are.

    Use list view and expand the name column to display the entire name. Alternatively, use shorter names. As for changing how it's displayed, there's no built-in way to do it the way you want to.

  • Long file names-won't copy

    how can i turn off my macs irritating annoyance at not wanting to copy files with long file names ? some of these files come straight from CD's, so I can't change the filenames unless I went to a PC, copied them, changed the name and then copied them to my Mac. that is way too much to do.

    Hi, Ted.
    It would also help to know if you're trying to copy the files to your Mac's internal hard drive(s) or an external drive, such as a FireWire drive. If an external drive, knowing the format of that drive also helps.
    Along the lines of your question:
    • The maximum length for a file name in Mac OS X is 255 characters. See Mac OS X: About Long File Names.
    • However, I've seen cases in some Carbonized applications, i.e. those written originally for Mac OS 9 and ported to Mac OS X using the Carbon developer tools, that still insist on enforcing the 31 character limit of Mac OS 9. That is an issue with the application, not Mac OS X, and occurs when you attempt to File > Save or Save As... a new file created in that application.
    • Certain characters are prohibited in Mac OS X file names. See "Mac OS X 10.4 Help: I can't use some characters in file and folder names."
    • Likewise, if you plan to share files with PCs running Microsoft Windows, avoid Windows-prohibited characters in the file names: see "Mac OS X 10.4 Help: Copying files to a Windows computer from a Mac stops."
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

Maybe you are looking for

  • Lotus notes in EP

    Hi, I have configured lotus notes in EP. My url is as follows when i access it through web browser. http://zymail/mail/jayeshrshah.nsf When i configure i have made the user mapping. I have made the iview and specified the URL template = http://zymail

  • Expanding column header interactive Reports dynamically

    In my interactive Reports one of my columns specifically my db_CUSTOMER_NAME column can be from 3 to 50 characters. (or even longer...) Was wondering how i can dynamically expand that td column "Dynamically" because i dont want to put a fix length ju

  • OTL (Oracle Time and Labor) Doubt on Timekeeper Groups API

    Hi, Using HXC TimeStore API we can Create/insert/update/delete TimeCards. Then what is the use of Timekeeper Groups API's HXC_TIMEKEEPER_GROUP_API ? Thanks.

  • Not showing pictures.

    When I take pictures on my phone, I can't see them until I sync my phone to my computer, even if I go into ' Photos ' all I see is pictures I took weeks ago. What should I do?

  • TS1347 items in outlook calendar do not appear in my iphone calendar ?

    I recently updated itunes since when my outlook calendar will not sync to my iphone or ipad Any help would be gratefully appreciated !! Thanks